Author: tschneider Date: Mon Oct 29 19:41:37 2007 New Revision: 589945 URL: http://svn.apache.org/viewvc?rev=589945&view=rev Log: WW-2204 Updated jfreechart and jasperreports to use struts-default as the parent package
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?rev=589945&r1=589944&r2=589945&view=diff ============================================================================== --- struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml (original) +++ struts/struts2/trunk/plugins/jasperreports/src/main/resources/struts-plugin.xml Mon Oct 29 19:41:37 2007 @@ -27,7 +27,7 @@ "http://struts.apache.org/dtds/struts-2.0.dtd"> <struts> - <package name="jasperreports-default"> + <package name="jasperreports-default" extends="struts-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?rev=589945&r1=589944&r2=589945&view=diff ============================================================================== --- struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml (original) +++ struts/struts2/trunk/plugins/jfreechart/src/main/resources/struts-plugin.xml Mon Oct 29 19:41:37 2007 @@ -27,7 +27,7 @@ "http://struts.apache.org/dtds/struts-2.0.dtd"> <struts> - <package name="jfreechart-default"> + <package name="jfreechart-default" extends="struts-default"> <result-types> <result-type name="chart" class="org.apache.struts2.dispatcher.ChartResult">