This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 5051459 Regen 5051459 is described below commit 505145942e2c6e4a94231bcebce8d48ef957932a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 15 05:30:00 2019 +0200 Regen --- .../src/main/docs/robotframework-component.adoc | 8 ++++---- docs/components/modules/ROOT/pages/robotframework-component.adoc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/camel-robotframework/src/main/docs/robotframework-component.adoc b/components/camel-robotframework/src/main/docs/robotframework-component.adoc index 33a341c..a924f14 100644 --- a/components/camel-robotframework/src/main/docs/robotframework-component.adoc +++ b/components/camel-robotframework/src/main/docs/robotframework-component.adoc @@ -1,7 +1,7 @@ +[[robotframework-component]] = Robot Framework Component *Available as of Camel version 3.0* -*Available as of Camel version 3.0* The *robotframework:* component allows for processing camel exchanges @@ -13,9 +13,9 @@ Java or Pyhton. This component will let you execute business logic of acceptence test cases in Robot language on which you can pass parameters to feed data via power of Camel Routes, however there is no reverse binding of parameters back where -you can pass values back into Camel exchange. Therefore, for that reason, it actually -acts like a template language passing camel exchanges by binding data into the test -cases implemented. +you can pass values back into Camel exchange. Therefore, for that reason, +it actually acts like a template language passing camel exchanges by binding +data into the test cases implemented. [source,xml] ---- diff --git a/docs/components/modules/ROOT/pages/robotframework-component.adoc b/docs/components/modules/ROOT/pages/robotframework-component.adoc index f5efc2e..bac9b8e 100644 --- a/docs/components/modules/ROOT/pages/robotframework-component.adoc +++ b/docs/components/modules/ROOT/pages/robotframework-component.adoc @@ -1,8 +1,8 @@ +[[robotframework-component]] = Robot Framework Component :page-source: components/camel-robotframework/src/main/docs/robotframework-component.adoc *Available as of Camel version 3.0* -*Available as of Camel version 3.0* The *robotframework:* component allows for processing camel exchanges @@ -14,9 +14,9 @@ Java or Pyhton. This component will let you execute business logic of acceptence test cases in Robot language on which you can pass parameters to feed data via power of Camel Routes, however there is no reverse binding of parameters back where -you can pass values back into Camel exchange. Therefore, for that reason, it actually -acts like a template language passing camel exchanges by binding data into the test -cases implemented. +you can pass values back into Camel exchange. Therefore, for that reason, +it actually acts like a template language passing camel exchanges by binding +data into the test cases implemented. [source,xml] ----