Deprecate some examples
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ea4a726e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ea4a726e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ea4a726e Branch: refs/heads/master Commit: ea4a726ecc25ae7bff1694c622c8aa58dc23e38c Parents: 592104d Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Mar 15 09:56:51 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Mar 15 09:59:17 2017 +0100 ---------------------------------------------------------------------- examples/README.adoc | 6 +++--- examples/camel-example-groovy/pom.xml | 4 ++-- examples/camel-example-scala/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ea4a726e/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index ca4e442..06c4574 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: 89 (7 deprecated) +Number of Examples: 89 (9 deprecated) [width="100%",cols="4,2,4",options="header"] |======================================================================= @@ -152,11 +152,11 @@ Number of Examples: 89 (7 deprecated) | link:camel-example-swagger-osgi/README.md[Swagger OSGi] (camel-example-swagger-osgi) | OSGi | An example using REST DSL in XML and Swagger API -| link:camel-example-groovy/ReadMe.md[Groovy] (camel-example-groovy) | Other Languages | A Camel route using Groovy +| link:camel-example-groovy/ReadMe.md[Groovy] (camel-example-groovy) | Other Languages | *deprecated* A Camel route using Groovy DSL | link:camel-example-kotlin/ReadMe.md[Kotlin] (camel-example-kotlin) | Other Languages | A Camel route using Kotlin -| link:camel-example-scala/ReadMe.md[Scala] (camel-example-scala) | Other Languages | A Camel route using Scala +| link:camel-example-scala/ReadMe.md[Scala] (camel-example-scala) | Other Languages | *deprecated* A Camel route using Scala | link:camel-example-java8-rx/readme.adoc[Java8 RX] (camel-example-java8-rx) | Reactive | An example for showing Camel RX for Java 8 http://git-wip-us.apache.org/repos/asf/camel/blob/ea4a726e/examples/camel-example-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-groovy/pom.xml b/examples/camel-example-groovy/pom.xml index 88139c2..e1a8ee6 100644 --- a/examples/camel-example-groovy/pom.xml +++ b/examples/camel-example-groovy/pom.xml @@ -28,8 +28,8 @@ <artifactId>camel-example-groovy</artifactId> <packaging>jar</packaging> - <name>Camel :: Example :: Groovy</name> - <description>A Camel route using Groovy</description> + <name>Camel :: Example :: Groovy (deprecated)</name> + <description>A Camel route using Groovy DSL</description> <properties> <category>Other Languages</category> http://git-wip-us.apache.org/repos/asf/camel/blob/ea4a726e/examples/camel-example-scala/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-scala/pom.xml b/examples/camel-example-scala/pom.xml index 3aa8bc2..b1a0a72 100644 --- a/examples/camel-example-scala/pom.xml +++ b/examples/camel-example-scala/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-example-scala</artifactId> <packaging>jar</packaging> - <name>Camel :: Example :: Scala</name> + <name>Camel :: Example :: Scala (deprecated)</name> <description>A Camel route using Scala</description> <properties>