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:08:50 UTC

[6/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

CAMEL-10930: Move groovy dsl into camel-groovy-dsl


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

Branch: refs/heads/master
Commit: 239f093a109bfef44ed964fdc17d26771e5b8cd2
Parents: 65d41c1
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 3 10:08:33 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 3 10:08:33 2017 +0100

----------------------------------------------------------------------
 components/camel-groovy-dsl/pom.xml | 4 ++++
 components/readme.adoc              | 4 +++-
 docs/user-manual/en/SUMMARY.md      | 1 +
 3 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/239f093a/components/camel-groovy-dsl/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy-dsl/pom.xml b/components/camel-groovy-dsl/pom.xml
index e7e460d..4acd84a 100644
--- a/components/camel-groovy-dsl/pom.xml
+++ b/components/camel-groovy-dsl/pom.xml
@@ -30,6 +30,10 @@
   <description>Camel Groovy DSL support</description>
 
   <properties>
+      <!-- use by camel-catalog -->
+    <firstVersion>2.19.0</firstVersion>
+    <label>dsl</label>
+
     <camel.osgi.import.pkg>
       org.codehaus.groovy.runtime.callsite,
       org.apache.camel.*;${camel.osgi.import.camel.version},

http://git-wip-us.apache.org/repos/asf/camel/blob/239f093a/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 1d442f7..c21167c 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -840,7 +840,7 @@ Miscellaneous Components
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 // others: START
-Number of Miscellaneous Components: 35
+Number of Miscellaneous Components: 36
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -856,6 +856,8 @@ Number of Miscellaneous Components: 35
 
 | 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-guice/src/main/docs/guice.adoc[Guice] (camel-guice) | 1.5 | Using Camel with Guice
 
 | link:camel-hawtdb/src/main/docs/hawtdb.adoc[Hawtdb] (camel-hawtdb) | 2.3 | *deprecated* Using HawtDB as persistent EIP store

http://git-wip-us.apache.org/repos/asf/camel/blob/239f093a/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 87a6600..f225177 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -331,6 +331,7 @@
 	* [CDI](cdi.adoc)
 	* [CXF Transport](cxf-transport.adoc)
 	* [Eclipse](eclipse.adoc)
+	* [Groovy Dsl](groovy-dsl.adoc)
 	* [Guice](guice.adoc)
 	* [Hawtdb](hawtdb.adoc)
 	* [Hystrix](hystrix.adoc)