CAMEL-10977: Regen examples docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5e300c4d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5e300c4d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5e300c4d Branch: refs/heads/master Commit: 5e300c4d244f9dc9a8a328bbf561dd5936d30bd4 Parents: b5aa52e Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Mar 10 11:21:07 2017 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Mar 10 11:21:07 2017 +0100 ---------------------------------------------------------------------- examples/README.adoc | 4 +++- examples/pom.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5e300c4d/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index ab2bd2a..ca4e442 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -11,7 +11,7 @@ View the individual example READMEs for details. ### Examples // examples: START -Number of Examples: 88 (7 deprecated) +Number of Examples: 89 (7 deprecated) [width="100%",cols="4,2,4",options="header"] |======================================================================= @@ -19,6 +19,8 @@ Number of Examples: 88 (7 deprecated) | link:camel-example-cassandra-kubernetes/ReadMe.md[Cassandra Kubernetes] (camel-example-cassandra-kubernetes) | | Kubernetes Example Cassandra Kubernetes +| link:camel-example-hazelcast-kubernetes/ReadMe.md[Hazelcast Kubernetes] (camel-example-hazelcast-kubernetes) | | Kubernetes Example Hazelcast Kubernetes + | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection | link:camel-example-cdi-properties/README.md[CDI Properties] (camel-example-cdi-properties) | Beginner | DeltaSpike configuration properties CDI example http://git-wip-us.apache.org/repos/asf/camel/blob/5e300c4d/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 21a5b8e..69c1719 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -57,6 +57,7 @@ <module>camel-example-ftp</module> <module>camel-example-guice-jms</module> <module>camel-example-groovy</module> + <module>camel-example-hazelcast-kubernetes</module> <module>camel-example-hystrix</module> <module>camel-example-java8</module> <module>camel-example-java8-rx</module>