You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/07/07 05:27:57 UTC

svn commit: r554126 - /struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml

Author: mrdon
Date: Fri Jul  6 20:27:56 2007
New Revision: 554126

URL: http://svn.apache.org/viewvc?view=rev&rev=554126
Log:
Adding notice, readme, and license to generated plugin

Modified:
    struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml

Modified: struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml?view=diff&rev=554126&r1=554125&r2=554126
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/src/main/resources/META-INF/archetype.xml Fri Jul  6 20:27:56 2007
@@ -4,6 +4,9 @@
   <id>struts2-archetype-plugin</id>
   <resources>
   	<resource>src/main/resources/struts-plugin.xml</resource>
+  	<resource>LICENSE.txt</resource>
+  	<resource>NOTICE.txt</resource>
+  	<resource>README.txt</resource>
   </resources>
 </archetype>