You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/08 09:43:53 UTC

[camel] 03/03: Regen examples

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 0f756ee6f2ba6281169000953c660801a2bae532
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 8 10:43:19 2019 +0100

    Regen examples
---
 examples/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index e2f4a08..ea7c650 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,12 +11,14 @@ View the individual example READMEs for details.
 ### Examples
 
 // examples: START
-Number of Examples: 103 (2 deprecated)
+Number of Examples: 104 (2 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
 | Example | Category | Description
 
+| link:camel-example-bigxml-split/README.md[Bigxml Split] (camel-example-bigxml-split) |  | How to deal with big XML files in Camel
+
 | link:camel-example-billboard-aggr/README.md[Billboard Aggr] (camel-example-billboard-aggr) |  | Billboard aggregation example
 
 | link:camel-example-micrometer/README.md[Micrometer] (camel-example-micrometer) | Advanced | An example showing how to work with Camel, Spring Java Config and Micrometer monitoring
@@ -233,8 +235,6 @@ Number of Examples: 103 (2 deprecated)
 | link:camel-example-cxf-ws-security-signature/README.md[CXF using WS-Security Signature] (camel-example-cxf-ws-security-signature) | WebService | CXF example using WS-Security Signature Action
 
 | link:camel-example-spring-ws/README.md[Spring WebService] (camel-example-spring-ws) | WebService | An example showing how to work with Camel and Spring Web Services
-
-| link:camel-example-bigxml-split/README.md[Split Test] camel-example-bigxml-split) | Testing | An example showing how to deal with big XML files in Camel
 |===
 // examples: END