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


The following commit(s) were added to refs/heads/master by this push:
     new 2348d80  making include referencing example marked by tag
     new 19bcc0a  Merge pull request #3458 from ahus1/fix_tag_for_include
2348d80 is described below

commit 2348d807af1f3c0b2ce366fbe1433823f213a789
Author: Alexander Schwartz <alexander.schwa...@gmx.net>
AuthorDate: Fri Jan 3 18:39:04 2020 +0100

    making include referencing example marked by tag
---
 .../resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml  | 4 ++--
 .../resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
 
b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
index b3d2d54..f313a7c 100644
--- 
a/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
+++ 
b/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
@@ -24,7 +24,7 @@
        http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
     ">
 
-  <!-- START SNIPPET: example -->
+  <!-- tag::example[] -->
   <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
       <jmxAgent id="agent" disabled="true"/>
   </camelContext>
@@ -36,6 +36,6 @@
       </bean>
     </property>
   </bean>
-  <!-- END SNIPPET: example -->
+  <!-- end::example[] -->
 
 </beans>
diff --git 
a/docs/user-manual/modules/ROOT/examples/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
 
b/docs/user-manual/modules/ROOT/examples/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
index b3d2d54..f313a7c 100644
--- 
a/docs/user-manual/modules/ROOT/examples/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
+++ 
b/docs/user-manual/modules/ROOT/examples/components/camel-jms/src/test/resources/org/apache/camel/component/jms/jmsRouteUsingSpring.xml
@@ -24,7 +24,7 @@
        http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
     ">
 
-  <!-- START SNIPPET: example -->
+  <!-- tag::example[] -->
   <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
       <jmxAgent id="agent" disabled="true"/>
   </camelContext>
@@ -36,6 +36,6 @@
       </bean>
     </property>
   </bean>
-  <!-- END SNIPPET: example -->
+  <!-- end::example[] -->
 
 </beans>

Reply via email to