You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jm...@apache.org on 2006/06/12 21:19:31 UTC

svn commit: r413728 - /maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml

Author: jmcconnell
Date: Mon Jun 12 12:19:30 2006
New Revision: 413728

URL: http://svn.apache.org/viewvc?rev=413728&view=rev
Log:
removed the reference to the old site files which were removed to this plugin played nicely with the site archetype

Modified:
    maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml?rev=413728&r1=413727&r2=413728&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/src/main/resources/META-INF/archetype.xml Mon Jun 12 12:19:30 2006
@@ -1,5 +1,5 @@
 <archetype>
-  <id>j2ee</id>
+  <id>j2ee-simple</id>
   <resources>
     <resource>pom.xml</resource>
     <resource>ear/pom.xml</resource>
@@ -12,8 +12,5 @@
     <resource>servlets/servlet/pom.xml</resource>
     <resource>servlets/servlet/src/main/webapp/index.jsp</resource>
     <resource>servlets/servlet/src/main/webapp/WEB-INF/web.xml</resource>
-    <resource>site/pom.xml</resource>
-    <resource>site/src/site/site.xml</resource>
-    <resource>site/src/site/apt/site.apt</resource>
   </resources>
 </archetype>