Author: mrdon
Date: Sat Jul 7 06:37:31 2007
New Revision: 554201
URL: http://svn.apache.org/viewvc?view=rev&rev=554201
Log:
Fix result-type name
Modified:
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
Modified:
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml?view=diff&rev=554201&r1=554200&r2=554201
==============================================================================
---
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
(original)
+++
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
Sat Jul 7 06:37:31 2007
@@ -40,9 +40,9 @@
In this example, we create a package that defines a result: -->
<package name="myPlugin-default">
- <results-types>
+ <result-types>
<result-type name="myResult" class="${package}.MyResult"/>
- </results-types>
+ </result-types>
</package>
</struts>