Hi <description>Creates a Camel router with a Java DSL.</description> I think these descriptions should be: "using Java DSL", "using Spring DSL". And maybe it should be
Or: "Creates a new Camel project using Java DSL" "Creates a new Camel project with added spring DSL support" For the spring one you can still use Java DSL ;) Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 1. oktober 2008 19:28 To: [EMAIL PROTECTED] Subject: svn commit: r700845 - in /activemq/camel/trunk/tooling/archetypes: camel-archetype-activemq/pom.xml camel-archetype-component/pom.xml camel-archetype-java/pom.xml camel-archetype-spring/pom.xml Author: janstey Date: Wed Oct 1 10:28:11 2008 New Revision: 700845 URL: http://svn.apache.org/viewvc?rev=700845&view=rev Log: Putting in some descriptions for our archetypes (this shows up in the m2eclipse tooling). Comments/changes to these welcome! Modified: activemq/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml activemq/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml activemq/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml activemq/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml Modified: activemq/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml?rev=700845&r1=700844&r2=700845&view=diff ============================================================================== --- activemq/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml (original) +++ activemq/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml Wed Oct 1 10:28:11 2008 @@ -31,6 +31,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-activemq</artifactId> <name>Camel :: Archetypes :: Camel Router with ActiveMQ</name> + <description>Creates a Camel router that configures and interacts with ActiveMQ.</description> <build> <plugins> Modified: activemq/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml?rev=700845&r1=700844&r2=700845&view=diff ============================================================================== --- activemq/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml (original) +++ activemq/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml Wed Oct 1 10:28:11 2008 @@ -31,6 +31,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-component</artifactId> <name>Camel :: Archetypes :: Component</name> + <description>Creates a new Camel component.</description> <build> <plugins> Modified: activemq/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml?rev=700845&r1=700844&r2=700845&view=diff ============================================================================== --- activemq/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml (original) +++ activemq/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml Wed Oct 1 10:28:11 2008 @@ -31,6 +31,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-java</artifactId> <name>Camel :: Archetypes :: Router</name> + <description>Creates a Camel router with a Java DSL.</description> <build> <plugins> Modified: activemq/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml?rev=700845&r1=700844&r2=700845&view=diff ============================================================================== --- activemq/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml (original) +++ activemq/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml Wed Oct 1 10:28:11 2008 @@ -31,6 +31,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-spring</artifactId> <name>Camel :: Archetypes :: Spring XML Based Router</name> + <description>Creates a Camel router with a Spring XML DSL.</description> <build> <plugins>