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/02/03 12:13:34 UTC

camel git commit: Component docs

Repository: camel
Updated Branches:
  refs/heads/master fadfe6f7f -> 031570bad


Component docs


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

Branch: refs/heads/master
Commit: 031570badc1df13da6b1707bcffa85cd516e0976
Parents: fadfe6f
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Feb 3 13:13:26 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Feb 3 13:13:26 2017 +0100

----------------------------------------------------------------------
 components/camel-eclipse/pom.xml                        |  2 +-
 components/camel-eclipse/src/main/docs/eclipse.adoc     | 12 +++---------
 .../camel-sjms/src/main/docs/sjms-batch-component.adoc  |  2 +-
 components/camel-sjms/src/main/docs/sjms-component.adoc |  2 +-
 4 files changed, 6 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/031570ba/components/camel-eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index a32a3cc..85146da 100644
--- a/components/camel-eclipse/pom.xml
+++ b/components/camel-eclipse/pom.xml
@@ -26,7 +26,7 @@
 
   <artifactId>camel-eclipse</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Eclipse</name>
+  <name>Camel :: Eclipse (deprecated)</name>
   <description>Camel Eclipse support</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/031570ba/components/camel-eclipse/src/main/docs/eclipse.adoc
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/src/main/docs/eclipse.adoc b/components/camel-eclipse/src/main/docs/eclipse.adoc
index 23e42e5..bd9ff3a 100644
--- a/components/camel-eclipse/src/main/docs/eclipse.adoc
+++ b/components/camel-eclipse/src/main/docs/eclipse.adoc
@@ -12,9 +12,7 @@ The resolver is provided in the class
 `org.apache.camel.component.eclipse.EclipsePackageScanClassResolver` in
 the `camel-eclipse` jar file.
 
-[[camel-eclipse-UsingwithJavaDSL]]
-Using with Java DSL
-^^^^^^^^^^^^^^^^^^^
+### Using with Java DSL
 
 You need to configure the resolver on the
 link:camelcontext.html[CamelContext] which is done like this:
@@ -27,9 +25,7 @@ link:camelcontext.html[CamelContext] which is done like this:
   context.setPackageScanClassResolver(eclipseResolver);
 -----------------------------------------------------------------------------------
 
-[[camel-eclipse-UsingwithSpringXML]]
-Using with Spring XML
-^^^^^^^^^^^^^^^^^^^^^
+### Using with Spring XML
 
 When using Spring XML its just a matter of defining a spring bean with
 the Eclipse class resolver as shown:
@@ -46,9 +42,7 @@ the Eclipse class resolver as shown:
   </camelContext>
 ----------------------------------------------------------------------------------------------------------
 
-[[camel-eclipse-Dependencies]]
-Dependencies
-^^^^^^^^^^^^
+### Dependencies
 
 Maven users will need to add the following dependency to their pom.xml
 for this component:

http://git-wip-us.apache.org/repos/asf/camel/blob/031570ba/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
index f5ca8a1..86a389f 100644
--- a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
@@ -74,7 +74,7 @@ for this component:
 </dependency>
 ----
 
-#### URI format
+### URI format
 
 [source]
 ----

http://git-wip-us.apache.org/repos/asf/camel/blob/031570ba/components/camel-sjms/src/main/docs/sjms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-component.adoc b/components/camel-sjms/src/main/docs/sjms-component.adoc
index e674b4d..f91d41a 100644
--- a/components/camel-sjms/src/main/docs/sjms-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-component.adoc
@@ -43,7 +43,7 @@ for this component:
 </dependency>
 ----
 
-#### URI format
+### URI format
 
 [source]
 ----