Author: davsclaus
Date: Thu Mar  3 17:05:24 2011
New Revision: 1076684

URL: http://svn.apache.org/viewvc?rev=1076684&view=rev
Log:
CAMEL-3748: Renamed maven archetype light-war to web as that what it is.

Added:
    camel/trunk/tooling/archetypes/camel-archetype-web/
      - copied from r1076682, 
camel/trunk/tooling/archetypes/camel-archetype-light-war/
Removed:
    camel/trunk/tooling/archetypes/camel-archetype-light-war/
Modified:
    camel/trunk/tooling/archetypes/camel-archetype-web/pom.xml
    camel/trunk/tooling/archetypes/pom.xml

Modified: camel/trunk/tooling/archetypes/camel-archetype-web/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-web/pom.xml?rev=1076684&r1=1076682&r2=1076684&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-web/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-web/pom.xml Thu Mar  3 
17:05:24 2011
@@ -29,9 +29,9 @@
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>
-  <artifactId>camel-archetype-light-war</artifactId>
-  <name>Camel :: Archetypes :: Camel Routes Light WAR</name>
-  <description>Creates a new Camel project that deploys the Camel routes as a 
WAR</description>
+  <artifactId>camel-archetype-web</artifactId>
+  <name>Camel :: Archetypes :: Camel Routes WAR</name>
+  <description>Creates a new Camel web project that deploys the Camel routes 
as a WAR</description>
   <packaging>maven-archetype</packaging>
 
   <build>

Modified: camel/trunk/tooling/archetypes/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/pom.xml?rev=1076684&r1=1076683&r2=1076684&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/pom.xml (original)
+++ camel/trunk/tooling/archetypes/pom.xml Thu Mar  3 17:05:24 2011
@@ -37,7 +37,7 @@
     <module>camel-archetype-java</module>
     <module>camel-archetype-scala</module>
     <module>camel-archetype-spring</module>
-    <module>camel-archetype-light-war</module>
+    <module>camel-archetype-web</module>
     <module>camel-archetype-webconsole</module>
   </modules>
 


Reply via email to