You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dh...@apache.org on 2014/06/18 07:50:54 UTC

[4/6] git commit: Added project description to api-component archetype

Added project description to api-component archetype


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dee15fb2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dee15fb2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dee15fb2

Branch: refs/heads/master
Commit: dee15fb2a59644c00073b5cf922e71896d6776d6
Parents: c639b46
Author: Dhiraj Bokde <dh...@yahoo.com>
Authored: Mon Jun 16 12:58:59 2014 -0700
Committer: Dhiraj Bokde <dh...@yahoo.com>
Committed: Tue Jun 17 13:51:39 2014 -0700

----------------------------------------------------------------------
 .../main/resources/archetype-resources/__artifactId__-api/pom.xml   | 1 +
 .../resources/archetype-resources/__artifactId__-component/pom.xml  | 1 +
 .../src/main/resources/archetype-resources/pom.xml                  | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dee15fb2/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
index c4af2c8..da5ed70 100644
--- a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
+++ b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
@@ -28,6 +28,7 @@
   <artifactId>${artifactId}-api</artifactId>
   <name>Camel ${name} Component API</name>
   <url>http://www.myorganization.org</url>
+  <description>API for Camel ${name} Component</description>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/camel/blob/dee15fb2/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
index 0e61120..1f676e8 100644
--- a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
+++ b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-component/pom.xml
@@ -28,6 +28,7 @@
   <artifactId>${artifactId}</artifactId>
   <packaging>bundle</packaging>
   <name>Camel ${name} Component</name>
+  <description>Camel Component for ${name}</description>
   <url>http://www.myorganization.org</url>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/dee15fb2/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
index c623fa3..6876c18 100644
--- a/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
+++ b/tooling/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/pom.xml
@@ -26,6 +26,7 @@
 
   <name>Camel ${name} Component Parent</name>
   <url>http://www.myorganization.org</url>
+  <description>Parent project for Camel {$name} Component</description>
 
   <modules>
     <module>${artifactId}-component</module>