Author: tmjee
Date: Sun Oct  1 08:26:22 2006
New Revision: 451759

URL: http://svn.apache.org/viewvc?view=rev&rev=451759
Log:
WW-1457
  - when introducing plugin, extra is being break into jasperreports and 
jfreechart plugins, but their package name remain the same "extra-default" 
causing problem with both jars are in the classpath


Modified:
    
struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml
    struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml

Modified: 
struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml?view=diff&rev=451759&r1=451758&r2=451759
==============================================================================
--- 
struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml 
(original)
+++ 
struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml 
Sun Oct  1 08:26:22 2006
@@ -5,7 +5,7 @@
     "http://struts.apache.org/dtds/struts-2.0.dtd";>
     
 <struts>
-    <package name="extras-default">
+    <package name="jasperreports-default">
     
        <result-types>
                <result-type name="jasper" 
class="org.apache.struts2.views.jasperreports.JasperReportsResult"/>

Modified: 
struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml?view=diff&rev=451759&r1=451758&r2=451759
==============================================================================
--- 
struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml 
(original)
+++ 
struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml 
Sun Oct  1 08:26:22 2006
@@ -5,7 +5,7 @@
     "http://struts.apache.org/dtds/struts-2.0.dtd";>
     
 <struts>
-    <package name="extras-default">
+    <package name="jfreechart-default">
     
        <result-types>
                <result-type name="chart" 
class="org.apache.struts2.dispatcher.ChartResult">


Reply via email to