This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 0ef4e50  Polish and cleanup documentation
0ef4e50 is described below

commit 0ef4e5049063b26f33dc124ff8f53c4b0bc31a4f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Aug 17 11:00:11 2021 +0200

    Polish and cleanup documentation
---
 camel-core/src/main/docs/modules/languages/pages/xpath-language.adoc | 3 +--
 components/camel-groovy/src/main/docs/groovy-language.adoc           | 3 +--
 components/camel-josql/src/main/docs/sql-language.adoc               | 3 +--
 components/camel-juel/src/main/docs/el-language.adoc                 | 3 +--
 components/camel-jxpath/src/main/docs/jxpath-language.adoc           | 3 +--
 components/camel-ruby/src/main/docs/ruby.adoc                        | 3 +--
 components/camel-saxon/src/main/docs/xquery-component.adoc           | 3 +--
 components/camel-saxon/src/main/docs/xquery-language.adoc            | 3 +--
 components/camel-script/src/main/docs/javaScript-language.adoc       | 3 +--
 components/camel-script/src/main/docs/php-language.adoc              | 3 +--
 components/camel-script/src/main/docs/python-language.adoc           | 3 +--
 components/camel-script/src/main/docs/ruby-language.adoc             | 3 +--
 components/camel-spring/src/main/docs/spring-summary.adoc            | 3 +--
 13 files changed, 13 insertions(+), 26 deletions(-)

diff --git 
a/camel-core/src/main/docs/modules/languages/pages/xpath-language.adoc 
b/camel-core/src/main/docs/modules/languages/pages/xpath-language.adoc
index 0629c1f..556baba 100644
--- a/camel-core/src/main/docs/modules/languages/pages/xpath-language.adoc
+++ b/camel-core/src/main/docs/modules/languages/pages/xpath-language.adoc
@@ -9,8 +9,7 @@
 
 Camel supports http://www.w3.org/TR/xpath[XPath] to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration]. For example you could use XPath to create an
+used in the DSL or XML DSL. For example you could use XPath to create an
 Predicate in a xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
diff --git a/components/camel-groovy/src/main/docs/groovy-language.adoc 
b/components/camel-groovy/src/main/docs/groovy-language.adoc
index 740b0fb..bb60483 100644
--- a/components/camel-groovy/src/main/docs/groovy-language.adoc
+++ b/components/camel-groovy/src/main/docs/groovy-language.adoc
@@ -11,8 +11,7 @@
 Camel supports http://groovy.codehaus.org/[Groovy] among other
 Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a Groovy expression use the following Java code
 
diff --git a/components/camel-josql/src/main/docs/sql-language.adoc 
b/components/camel-josql/src/main/docs/sql-language.adoc
index 600c7d5..a842869 100644
--- a/components/camel-josql/src/main/docs/sql-language.adoc
+++ b/components/camel-josql/src/main/docs/sql-language.adoc
@@ -40,8 +40,7 @@ the download page for the latest versions).
 
 Camel supports http://en.wikipedia.org/wiki/SQL[SQL] to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration]. For example you could use SQL to create an
+used in the DSL or XML DSL. For example you could use SQL to create an
 Predicate in a xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
diff --git a/components/camel-juel/src/main/docs/el-language.adoc 
b/components/camel-juel/src/main/docs/el-language.adoc
index 20c3cad..d45517a 100644
--- a/components/camel-juel/src/main/docs/el-language.adoc
+++ b/components/camel-juel/src/main/docs/el-language.adoc
@@ -14,8 +14,7 @@
 Camel supports the unified JSP and JSF Expression Language via the
 http://juel.sourceforge.net/[JUEL] to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 For example you could use EL inside a 
xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] in XML
diff --git a/components/camel-jxpath/src/main/docs/jxpath-language.adoc 
b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
index f3cf497..ca0d8d3 100644
--- a/components/camel-jxpath/src/main/docs/jxpath-language.adoc
+++ b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
@@ -12,8 +12,7 @@
 Camel supports http://commons.apache.org/jxpath/[JXPath] to allow
 XPath expressions to be used on beans in an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration]. For example you could use JXPath to create an
+used in the DSL or XML DSL. For example you could use JXPath to create an
 Predicate in a xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
diff --git a/components/camel-ruby/src/main/docs/ruby.adoc 
b/components/camel-ruby/src/main/docs/ruby.adoc
index 605a7a0..18b8c442 100644
--- a/components/camel-ruby/src/main/docs/ruby.adoc
+++ b/components/camel-ruby/src/main/docs/ruby.adoc
@@ -11,8 +11,7 @@
 Camel supports http://www.ruby-lang.org/en/[Ruby] among other
 Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a Ruby expression use the following Java code
 
diff --git a/components/camel-saxon/src/main/docs/xquery-component.adoc 
b/components/camel-saxon/src/main/docs/xquery-component.adoc
index c9bc8cf..0665756 100644
--- a/components/camel-saxon/src/main/docs/xquery-component.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-component.adoc
@@ -11,8 +11,7 @@
 
 Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration]. For example you could use XQuery to create an
+used in the DSL or XML DSL. For example you could use XQuery to create an
 Predicate in a xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
diff --git a/components/camel-saxon/src/main/docs/xquery-language.adoc 
b/components/camel-saxon/src/main/docs/xquery-language.adoc
index 7d14c62..9a061ce 100644
--- a/components/camel-saxon/src/main/docs/xquery-language.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-language.adoc
@@ -10,8 +10,7 @@
 
 Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration]. For example you could use XQuery to create an
+used in the DSL or XML DSL. For example you could use XQuery to create an
 Predicate in a xref:{eip-vc}:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
diff --git a/components/camel-script/src/main/docs/javaScript-language.adoc 
b/components/camel-script/src/main/docs/javaScript-language.adoc
index 113f487..09d52fa 100644
--- a/components/camel-script/src/main/docs/javaScript-language.adoc
+++ b/components/camel-script/src/main/docs/javaScript-language.adoc
@@ -13,8 +13,7 @@ Camel supports
 http://en.wikipedia.org/wiki/JavaScript[JavaScript/ECMAScript] among
 other Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a JavaScript expression use the following Java code
 
diff --git a/components/camel-script/src/main/docs/php-language.adoc 
b/components/camel-script/src/main/docs/php-language.adoc
index f95182d..2a3e3f6 100644
--- a/components/camel-script/src/main/docs/php-language.adoc
+++ b/components/camel-script/src/main/docs/php-language.adoc
@@ -12,8 +12,7 @@
 Camel supports http://www.php.net/[PHP] among other
 Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a PHP expression use the following Java code
 
diff --git a/components/camel-script/src/main/docs/python-language.adoc 
b/components/camel-script/src/main/docs/python-language.adoc
index 3551ded..33edf0d 100644
--- a/components/camel-script/src/main/docs/python-language.adoc
+++ b/components/camel-script/src/main/docs/python-language.adoc
@@ -12,8 +12,7 @@
 Camel supports http://www.python.org/[Python] among other
 Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a Python expression use the following Java code
 
diff --git a/components/camel-script/src/main/docs/ruby-language.adoc 
b/components/camel-script/src/main/docs/ruby-language.adoc
index 521cb7f..3a2b736 100644
--- a/components/camel-script/src/main/docs/ruby-language.adoc
+++ b/components/camel-script/src/main/docs/ruby-language.adoc
@@ -12,8 +12,7 @@
 Camel supports http://www.ruby-lang.org/en/[Ruby] among other
 Scripting Languages to allow an
 Expression or Predicate to be
-used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
-Configuration].
+used in the DSL or XML DSL.
 
 To use a Ruby expression use the following Java code
 
diff --git a/components/camel-spring/src/main/docs/spring-summary.adoc 
b/components/camel-spring/src/main/docs/spring-summary.adoc
index cd6ad34..aa58ffb 100644
--- a/components/camel-spring/src/main/docs/spring-summary.adoc
+++ b/components/camel-spring/src/main/docs/spring-summary.adoc
@@ -225,8 +225,7 @@ above in the `<packageScan>` documentation.
 
 *Available as of Camel 2.3*
 
-When defining routes in Camel using 
xref:latest@manual::xml-configuration.adoc[Xml
-Configuration] you may want to define some routes in other XML files.
+When defining routes in Camel using XML DSL you may want to define some routes 
in other XML files.
 For example you may have many routes and it may help to maintain the
 application if some of the routes are in separate XML files. You may
 also want to store common and reusable routes in other XML files, which

Reply via email to