mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
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 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user