You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/02/28 19:09:17 UTC

svn commit: r632076 - in /geronimo/server/trunk/buildsupport: geronimo-module-archetype/ geronimo-plugin-archetype/ geronimo-plugin-archetype/pom.xml geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml pom.xml

Author: djencks
Date: Thu Feb 28 10:09:04 2008
New Revision: 632076

URL: http://svn.apache.org/viewvc?rev=632076&view=rev
Log:
GERONIMO-3871 rename geronimo-module-archetype to geronimo-plugin-archetype

Added:
    geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/
      - copied from r632071, geronimo/server/trunk/buildsupport/geronimo-module-archetype/
Removed:
    geronimo/server/trunk/buildsupport/geronimo-module-archetype/
Modified:
    geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/pom.xml
    geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml
    geronimo/server/trunk/buildsupport/pom.xml

Modified: geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/pom.xml?rev=632076&r1=632071&r2=632076&view=diff
==============================================================================
--- geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/pom.xml (original)
+++ geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/pom.xml Thu Feb 28 10:09:04 2008
@@ -5,7 +5,7 @@
     <version>2.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>geronimo-module-archetype</artifactId>
-  <name>Archetype - geronimo-module-archetype</name>
+  <artifactId>geronimo-plugin-archetype</artifactId>
+  <name>Archetype - geronimo-plugin-archetype</name>
   <url>http://geronimo.apache.org</url>
-</project>
\ No newline at end of file
+</project>

Modified: geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=632076&r1=632071&r2=632076&view=diff
==============================================================================
--- geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml (original)
+++ geronimo/server/trunk/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml Thu Feb 28 10:09:04 2008
@@ -1,5 +1,5 @@
 <archetype>
-  <id>geronimo-module-archetype</id>
+  <id>geronimo-plugin-archetype</id>
   <resources>
     <resource>src/main/plan/plan.xml</resource>
   </resources>

Modified: geronimo/server/trunk/buildsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/buildsupport/pom.xml?rev=632076&r1=632075&r2=632076&view=diff
==============================================================================
--- geronimo/server/trunk/buildsupport/pom.xml (original)
+++ geronimo/server/trunk/buildsupport/pom.xml Thu Feb 28 10:09:04 2008
@@ -68,7 +68,7 @@
         <module>geronimo-maven-plugin</module>
         <module>testsuite-maven-plugin</module>
         <module>testsuite-archetype-plugin</module>
-        <module>geronimo-module-archetype</module>
+        <module>geronimo-plugin-archetype</module>
         <module>geronimo-assembly-archetype</module>
     </modules>
 
@@ -83,4 +83,4 @@
     </reporting>
 
 </project>
-        
\ No newline at end of file
+