CAMEL-11059: Remove example that was using spring-dm
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a3bbb201 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a3bbb201 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a3bbb201 Branch: refs/heads/master Commit: a3bbb2011283a42f50045d689ab9ad2433300037 Parents: ab2ed8c Author: Claus Ibsen <[email protected]> Authored: Wed Apr 12 14:56:50 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Wed Apr 12 14:56:50 2017 +0200 ---------------------------------------------------------------------- examples/README.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a3bbb201/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index 033e8b8..e9b2635 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: 92 (10 deprecated) +Number of Examples: 90 (9 deprecated) [width="100%",cols="4,2,4",options="header"] |======================================================================= @@ -133,8 +133,6 @@ Number of Examples: 92 (10 deprecated) | link:camel-example-spring-jms/README.md[Spring JMS] (camel-example-spring-jms) | Messaging | An example using Spring XML to talk to the JMS server from different kind of client techniques -| link:camel-example-box-osgi/README.md[Box OSGi] (camel-example-box-osgi) | OSGi | An example which use a Box Endpoint in OSGi - | link:camel-example-cdi-osgi/README.md[CDI OSGi] (camel-example-cdi-osgi) | OSGi | *deprecated* PAX CDI example | link:camel-example-cxf-blueprint/README.md[CXF Blueprint] (camel-example-cxf-blueprint) | OSGi | An example which use a CXF consumer and the OSGI HTTP Service @@ -147,8 +145,6 @@ Number of Examples: 92 (10 deprecated) | link:camel-example-servlet-rest-blueprint/README.md[Servlet REST Blueprint] (camel-example-servlet-rest-blueprint) | OSGi | An example using Servlet REST with OSGi Blueprint -| link:camel-example-spring-dm/README.md[Spring DM] (camel-example-spring-dm) | OSGi | *deprecated* A simple OSGi Spring DM example which creates a bundle that can be dropped into any OSGi container - | link:camel-example-sql-blueprint/README.md[SQL Blueprint] (camel-example-sql-blueprint) | OSGi | An example for showing Camel using SQL component with blueprint | link:camel-example-ssh/README.md[SSH] (camel-example-ssh) | OSGi | A simple SSH example which creates a bundle that can be dropped into any OSGi container
