This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3e4021b6bdb14c7e182a0a23a94fbb96301a3aec Author: Fintan Bolton <fbol...@redhat.com> AuthorDate: Fri Feb 9 13:18:06 2018 +0100 CAMEL-12246 Replaced file links that were split over two lines (manually) --- camel-core/src/main/docs/file-component.adoc | 8 +++----- camel-core/src/main/docs/file-language.adoc | 5 ++--- components/camel-exec/src/main/docs/exec-component.adoc | 5 ++--- components/camel-quickfix/src/main/docs/quickfix-component.adoc | 3 +-- docs/user-manual/en/how-do-i-configure-endpoints.adoc | 3 +-- 5 files changed, 9 insertions(+), 15 deletions(-) diff --git a/camel-core/src/main/docs/file-component.adoc b/camel-core/src/main/docs/file-component.adoc index d39ba4b..abe9844 100644 --- a/camel-core/src/main/docs/file-component.adoc +++ b/camel-core/src/main/docs/file-component.adoc @@ -183,8 +183,7 @@ bean completes, and thus the route is completed, the file consumer will perform the move operation and move the file to the `.done` sub-folder. The *move* and the *preMove* options are considered as a directory name -(though if you use an expression such as link:file-language.html[File -Language], or <<simple-language,Simple>> then the result of the expression +(though if you use an expression such as <<file-language,File Language>>, or <<simple-language,Simple>> then the result of the expression evaluation is the file name to be used - eg if you set [source] @@ -1030,8 +1029,7 @@ sortBy=file:modified;file:name Now there is an issue here, can you spot it? Well the modified timestamp of the file is too fine as it will be in milliseconds, but what if we want to sort by date only and then subgroup by name? + - Well as we have the true power of link:file-language.html[File -Language] we can use its date command that supports patterns. So this + Well as we have the true power of <<file-language,File Language>> we can use its date command that supports patterns. So this can be solved as: [source] @@ -1124,4 +1122,4 @@ problems. * <<file-language,File Language>> * link:ftp2.html[FTP] -* link:polling-consumer.html[Polling Consumer] \ No newline at end of file +* link:polling-consumer.html[Polling Consumer] diff --git a/camel-core/src/main/docs/file-language.adoc b/camel-core/src/main/docs/file-language.adoc index 2e3f19e..fce878a 100644 --- a/camel-core/src/main/docs/file-language.adoc +++ b/camel-core/src/main/docs/file-language.adoc @@ -253,8 +253,7 @@ Spring XML, where we can route based on file extensions as shown below: ---- If you use the `fileName` option on the link:file2.html[File] endpoint -to set a dynamic filename using the link:file-language.html[File -Language] then make sure you + +to set a dynamic filename using the <<file-language,File Language>> then make sure you + use the alternative syntax (available from Camel 2.5 onwards) to avoid clashing with Springs `PropertyPlaceholderConfigurer`. @@ -293,4 +292,4 @@ Could not resolve placeholder 'date:now:yyyyMMdd' === Dependencies -The File language is part of *camel-core*. \ No newline at end of file +The File language is part of *camel-core*. diff --git a/components/camel-exec/src/main/docs/exec-component.adoc b/components/camel-exec/src/main/docs/exec-component.adoc index e34818b..1ae250e 100644 --- a/components/camel-exec/src/main/docs/exec-component.adoc +++ b/components/camel-exec/src/main/docs/exec-component.adoc @@ -142,8 +142,7 @@ If an out file is specified (in the endpoint via `outFile` or the message headers via `ExecBinding.EXEC_COMMAND_OUT_FILE`), converters will return the content of the out file. If no out file is used, then this component will convert the stdout of the process to the target -type. For more details, please refer to the link:exec.html[usage -examples] below. +type. For more details, please refer to the <<exec-component,usage examples>> below. ### Usage examples @@ -237,4 +236,4 @@ from("direct:exec").to("exec:cmd?args=/C echo echoString") * link:configuring-camel.html[Configuring Camel] * link:component.html[Component] * link:endpoint.html[Endpoint] -* link:getting-started.html[Getting Started] \ No newline at end of file +* link:getting-started.html[Getting Started] diff --git a/components/camel-quickfix/src/main/docs/quickfix-component.adoc b/components/camel-quickfix/src/main/docs/quickfix-component.adoc index d9b142c..be70c8f 100644 --- a/components/camel-quickfix/src/main/docs/quickfix-component.adoc +++ b/components/camel-quickfix/src/main/docs/quickfix-component.adoc @@ -553,8 +553,7 @@ initially as a collection of key value pairs data. You can use this object or you can use the method 'toString' to retrieve the original FIX message. -*Note:* Alternatively, you can use link:bindy.html[camel bindy -dataformat] to transform the FIX message into your own java POJO +*Note:* Alternatively, you can use <<bindy-dataformat,camel bindy dataformat>> to transform the FIX message into your own java POJO When a message must be send to QuickFix, then you must create a QuickFix.Message instance. diff --git a/docs/user-manual/en/how-do-i-configure-endpoints.adoc b/docs/user-manual/en/how-do-i-configure-endpoints.adoc index bc57475..69f3b95 100644 --- a/docs/user-manual/en/how-do-i-configure-endpoints.adoc +++ b/docs/user-manual/en/how-do-i-configure-endpoints.adoc @@ -13,8 +13,7 @@ You can explicitly configure a link:component.html[Component] using Java code as shown in this link:walk-through-an-example.html[example] Or you can explicitly get hold of an link:endpoint.html[Endpoint] and -configure it using Java code as shown in the link:mock.html[Mock -endpoint examples]. +configure it using Java code as shown in the <<mock-component,Mock endpoint examples>>. [source,java] ---- -- To stop receiving notification emails like this one, please contact acosent...@apache.org.