You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/03/03 17:56:17 UTC

svn commit: r1076681 - in /camel/trunk/tooling/archetypes: camel-archetype-war/ camel-archetype-webconsole/ camel-archetype-webconsole/pom.xml pom.xml

Author: davsclaus
Date: Thu Mar  3 16:56:17 2011
New Revision: 1076681

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

Added:
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/
      - copied from r1076630, camel/trunk/tooling/archetypes/camel-archetype-war/
Removed:
    camel/trunk/tooling/archetypes/camel-archetype-war/
Modified:
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/pom.xml
    camel/trunk/tooling/archetypes/pom.xml

Modified: camel/trunk/tooling/archetypes/camel-archetype-webconsole/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-webconsole/pom.xml?rev=1076681&r1=1076630&r2=1076681&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-webconsole/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-webconsole/pom.xml Thu Mar  3 16:56:17 2011
@@ -29,8 +29,8 @@
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>
-  <artifactId>camel-archetype-war</artifactId>
-  <name>Camel :: Archetypes :: Camel Router WAR</name>
+  <artifactId>camel-archetype-webconsole</artifactId>
+  <name>Camel :: Archetypes :: Camel Router with web console</name>
   <description>Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR</description>
   <packaging>maven-archetype</packaging>
 

Modified: camel/trunk/tooling/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/pom.xml?rev=1076681&r1=1076680&r2=1076681&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/pom.xml (original)
+++ camel/trunk/tooling/archetypes/pom.xml Thu Mar  3 16:56:17 2011
@@ -38,7 +38,7 @@
     <module>camel-archetype-scala</module>
     <module>camel-archetype-spring</module>
     <module>camel-archetype-light-war</module>
-    <module>camel-archetype-war</module>
+    <module>camel-archetype-webconsole</module>
   </modules>
 
 </project>