You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/05/19 19:34:00 UTC

svn commit: r657877 - in /geronimo/samples/branches/2.1: geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml samples/pom.xml

Author: jbohn
Date: Mon May 19 10:34:00 2008
New Revision: 657877

URL: http://svn.apache.org/viewvc?rev=657877&view=rev
Log:
changes to make archetype work for plugins

Modified:
    geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml
    geronimo/samples/branches/2.1/samples/pom.xml

Modified: geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml?rev=657877&r1=657876&r2=657877&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml (original)
+++ geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/META-INF/archetype.xml Mon May 19 10:34:00 2008
@@ -26,8 +26,8 @@
     <resources>
         <resource>pom.xml</resource>
         <resource>sample-ear/pom.xml</resource>
-        <resource>sample-ejb/pom.xml</resource>
         <resource>sample-ear/src/main/resources/META-INF/geronimo-application.xml</resource>
+        <resource>sample-ejb/pom.xml</resource>
         <resource>sample-ejb/src/main/java/org/apache/geronimo/samples/ejb/SampleBean.java</resource>
         <resource>sample-ejb/src/main/java/org/apache/geronimo/samples/ejb/SampleBeanLocal.java</resource>
         <resource>sample-ejb/src/main/java/org/apache/geronimo/samples/ejb/SampleBeanRemote.java</resource>
@@ -38,12 +38,8 @@
         <resource>sample-war/src/main/webapp/sample-docu.jsp</resource>
         <resource>sample-war/src/main/webapp/WEB-INF/web.xml</resource>
         <resource>sample-jetty/pom.xml</resource>
-        <resource>sample-jetty/LICENSE.txt</resource>
-        <resource>sample-jetty/NOTICE.txt</resource>
         <resource>sample-jetty/src/main/plan/plan.xml</resource>
         <resource>sample-tomcat/pom.xml</resource>
-        <resource>sample-tomcat/LICENSE.txt</resource>
-        <resource>sample-tomcat/NOTICE.txt</resource>
         <resource>sample-tomcat/src/main/plan/plan.xml</resource>
     </resources>
 </archetype>

Modified: geronimo/samples/branches/2.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/pom.xml?rev=657877&r1=657876&r2=657877&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/pom.xml Mon May 19 10:34:00 2008
@@ -305,6 +305,8 @@
                                         <move file="${sampleName}/sample-ear" tofile="${sampleName}/${sampleName}-ear"/>
                                         <move file="${sampleName}/sample-ejb" tofile="${sampleName}/${sampleName}-ejb"/>
                                         <move file="${sampleName}/sample-war" tofile="${sampleName}/${sampleName}-war"/>
+                                        <move file="${sampleName}/sample-jetty" tofile="${sampleName}/${sampleName}-jetty"/>
+                                        <move file="${sampleName}/sample-tomcat" tofile="${sampleName}/${sampleName}-tomcat"/>
                                     </tasks>
                                 </configuration>
                                 <goals>