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>