You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/04/01 09:06:13 UTC

git commit: Polish the description of the camel component pom

Repository: camel
Updated Branches:
  refs/heads/master 5b2d3d647 -> c4fee06c6


Polish the description of the camel component pom


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

Branch: refs/heads/master
Commit: c4fee06c677ff59c71a4caadb6e46f35eca63760
Parents: 5b2d3d6
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Apr 1 15:03:32 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Apr 1 15:03:49 2014 +0800

----------------------------------------------------------------------
 components/camel-amqp/pom.xml   | 2 +-
 components/camel-avro/pom.xml   | 1 +
 components/camel-aws/pom.xml    | 2 +-
 components/camel-bam/pom.xml    | 2 +-
 components/camel-base64/pom.xml | 2 +-
 components/camel-beanio/pom.xml | 2 +-
 components/camel-bindy/pom.xml  | 2 +-
 components/camel-castor/pom.xml | 2 +-
 components/camel-cdi/pom.xml    | 2 +-
 components/camel-cmis/pom.xml   | 2 +-
 components/camel-cometd/pom.xml | 2 +-
 components/camel-csv/pom.xml    | 2 +-
 components/camel-dns/pom.xml    | 2 +-
 13 files changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 1bde948..5b38fae 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>camel-amqp</artifactId>
   <packaging>bundle</packaging>
   <name>Camel :: AMQP</name>
-  <description>Camel AMQP support</description>
+  <description>Camel AMQP component which is based on the Apache Qid project</description>
 
   <properties>
     <camel.osgi.export.pkg>org.apache.camel.component.amqp.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-avro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml
index 26d09af..cc0b596 100644
--- a/components/camel-avro/pom.xml
+++ b/components/camel-avro/pom.xml
@@ -28,6 +28,7 @@
     <artifactId>camel-avro</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: Avro</name>
+    <description>Camel Avro data format</description>
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.dataformat.avro*,org.apache.camel.component.avro*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index 1311a17..c6a2543 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -29,7 +29,7 @@
     <packaging>bundle</packaging>
 
     <name>Camel :: AWS</name>
-    <description>A Camel Amazon Web Services Component</description>
+    <description>A Camel Amazon Web Services Components</description>
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.aws.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-bam/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index b48630c..9dde357 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>camel-bam</artifactId>
   <packaging>bundle</packaging>
   <name>Camel :: BAM</name>
-  <description>Camel BAM support</description>
+  <description>Camel Business Activity Monitor support</description>
 
   <properties>
     <camel.osgi.export.pkg>org.apache.camel.bam.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-base64/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-base64/pom.xml b/components/camel-base64/pom.xml
index 42345d3..08d84a7 100644
--- a/components/camel-base64/pom.xml
+++ b/components/camel-base64/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>camel-base64</artifactId>
   <packaging>bundle</packaging>
   <name>Camel :: Base64</name>
-  <description>Camel Base64 support</description>
+  <description>Camel Base64 data format support</description>
 
   <properties>
     <camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-beanio/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-beanio/pom.xml b/components/camel-beanio/pom.xml
index 5bbb964..bcdbc48 100644
--- a/components/camel-beanio/pom.xml
+++ b/components/camel-beanio/pom.xml
@@ -28,7 +28,7 @@
   <packaging>bundle</packaging>
 
   <name>Camel :: BeanIO</name>
-  <description>Camel BeanIO support</description>
+  <description>Camel BeanIO data format support</description>
   <url>http://www.beanio.org</url>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-bindy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index cb12ae7..b791a7f 100755
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>camel-bindy</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: Bindy</name>
-    <description>Camel Bindy support</description>
+    <description>Camel Bindy data format support</description>
 
     <properties>
         <camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-castor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-castor/pom.xml b/components/camel-castor/pom.xml
index 2610b14..92388e0 100644
--- a/components/camel-castor/pom.xml
+++ b/components/camel-castor/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>camel-castor</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: Castor</name>
-    <description>Camel Castor support</description>
+    <description>Camel Castor data format support</description>
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.dataformat.castor.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 533d867..e1ddb94 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>camel-cdi</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: CDI</name>
-    <description>Camel CDI</description>
+    <description>Camel Contexts and Dependency Injection (JSR-299) support</description>
 
     <properties>
         <camel.osgi.import>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-cmis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cmis/pom.xml b/components/camel-cmis/pom.xml
index 4cacdbf..9a62ed7 100644
--- a/components/camel-cmis/pom.xml
+++ b/components/camel-cmis/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>camel-cmis</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: CMIS</name>
-    <description>Camel CMIS</description>
+    <description>Camel CMIS which is based on Apache Chemistry support</description>
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.cmis.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-cometd/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index 9d73535..a2b9b19 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>camel-cometd</artifactId>
     <packaging>bundle</packaging>
     <name>Camel :: Cometd</name>
-    <description>Camel Cometd support</description>
+    <description>Camel Cometd support based on Jetty </description>
 
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.cometd.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-csv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index 760720b..075a6f4 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>camel-csv</artifactId>
   <packaging>bundle</packaging>
   <name>Camel :: CSV</name>
-  <description>Camel CSV support</description>
+  <description>Camel CSV data format support</description>
 
   <properties>
 	<camel.osgi.export.pkg>org.apache.camel.dataformat.csv.*</camel.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/camel/blob/c4fee06c/components/camel-dns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index f9a83df..f25dc72 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -26,7 +26,7 @@
 
   <name>Camel :: DNS</name>
   <artifactId>camel-dns</artifactId>
-  <description>Camel :: DNS support</description>
+  <description>Camel DNS support</description>
   <packaging>bundle</packaging>
 
   <properties>