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 2017/03/03 09:26:52 UTC

camel git commit: Polished

Repository: camel
Updated Branches:
  refs/heads/master 239f093a1 -> a83e9b127


Polished


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

Branch: refs/heads/master
Commit: a83e9b1273309ab08c8314169351fc49c1390a10
Parents: 239f093
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 3 10:26:46 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 3 10:26:46 2017 +0100

----------------------------------------------------------------------
 components/camel-groovy-dsl/pom.xml  | 1 +
 components/camel-hawtdb/pom.xml      | 1 +
 components/camel-opentracing/pom.xml | 1 +
 components/camel-scala/pom.xml       | 3 ++-
 components/readme.adoc               | 4 ++--
 docs/user-manual/en/SUMMARY.md       | 4 ++--
 6 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/components/camel-groovy-dsl/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy-dsl/pom.xml b/components/camel-groovy-dsl/pom.xml
index 4acd84a..2fac12f 100644
--- a/components/camel-groovy-dsl/pom.xml
+++ b/components/camel-groovy-dsl/pom.xml
@@ -33,6 +33,7 @@
       <!-- use by camel-catalog -->
     <firstVersion>2.19.0</firstVersion>
     <label>dsl</label>
+    <title>Groovy DSL</title>
 
     <camel.osgi.import.pkg>
       org.codehaus.groovy.runtime.callsite,

http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/components/camel-hawtdb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml
index 3dbe1be..2267909 100644
--- a/components/camel-hawtdb/pom.xml
+++ b/components/camel-hawtdb/pom.xml
@@ -33,6 +33,7 @@
         <!-- use by camel-catalog -->
         <firstVersion>2.3.0</firstVersion>
         <label>database</label>
+        <title>HawtDB</title>
 
         <camel.osgi.export.pkg>org.apache.camel.component.hawtdb.*</camel.osgi.export.pkg>
     </properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/components/camel-opentracing/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-opentracing/pom.xml b/components/camel-opentracing/pom.xml
index 3f664d8..92d3d9d 100644
--- a/components/camel-opentracing/pom.xml
+++ b/components/camel-opentracing/pom.xml
@@ -35,6 +35,7 @@
     <!-- use by camel-catalog -->
     <firstVersion>2.19.0</firstVersion>
     <label>monitoring,microservice</label>
+    <title>OpenTracing</title>
 
     <camel.osgi.export.pkg>org.apache.camel.opentracing.*</camel.osgi.export.pkg>
   </properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/components/camel-scala/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index 5a02a63..8d4d9d8 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -26,13 +26,14 @@
 
     <artifactId>camel-scala</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Scala</name>
+    <name>Camel :: Scala (deprecated)</name>
     <description>Camel Scala DSL</description>
 
     <properties>
         <!-- use by camel-catalog -->
         <firstVersion>1.4.0</firstVersion>
         <label>dsl</label>
+        <title>Scala DSL</title>
 
         <camel.osgi.import.before.defaults>
             scala.xml.*;version="[1.0,2)",

http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index c21167c..b03e4f9 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -856,7 +856,7 @@ Number of Miscellaneous Components: 36
 
 | link:camel-eclipse/src/main/docs/eclipse.adoc[Eclipse] (camel-eclipse) | 2.3 | *deprecated* Camel classpath scanning support for running in Eclipse Desktop Applications
 
-| link:camel-groovy-dsl/src/main/docs/groovy-dsl.adoc[Groovy Dsl] (camel-groovy-dsl) | 2.19 | *deprecated* Camel Groovy DSL support
+| link:camel-groovy-dsl/src/main/docs/groovy-dsl.adoc[Groovy DSL] (camel-groovy-dsl) | 2.19 | *deprecated* Camel Groovy DSL support
 
 | link:camel-guice/src/main/docs/guice.adoc[Guice] (camel-guice) | 1.5 | Using Camel with Guice
 
@@ -878,7 +878,7 @@ Number of Miscellaneous Components: 36
 
 | link:camel-rx/src/main/docs/rx.adoc[RX] (camel-rx) | 2.11 | *deprecated* Camel Reactive using RxJava library
 
-| link:camel-scala/src/main/docs/scala.adoc[Scala] (camel-scala) | 1.4 | Camel Scala DSL
+| link:camel-scala/src/main/docs/scala.adoc[Scala DSL] (camel-scala) | 1.4 | *deprecated* Camel Scala DSL
 
 | link:camel-scr/src/main/docs/scr.adoc[SCR] (camel-scr) | 2.15 | Camel with OSGi SCR (Declarative Services)
 

http://git-wip-us.apache.org/repos/asf/camel/blob/a83e9b12/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index f225177..87bf38c9 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -331,7 +331,7 @@
 	* [CDI](cdi.adoc)
 	* [CXF Transport](cxf-transport.adoc)
 	* [Eclipse](eclipse.adoc)
-	* [Groovy Dsl](groovy-dsl.adoc)
+	* [Groovy DSL](groovy-dsl.adoc)
 	* [Guice](guice.adoc)
 	* [Hawtdb](hawtdb.adoc)
 	* [Hystrix](hystrix.adoc)
@@ -342,7 +342,7 @@
 	* [Ribbon](ribbon.adoc)
 	* [Ruby](ruby.adoc)
 	* [RX](rx.adoc)
-	* [Scala](scala.adoc)
+	* [Scala DSL](scala.adoc)
 	* [SCR](scr.adoc)
 	* [Servlet Listener](servletlistener.adoc)
 	* [Shiro](shiro.adoc)