You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/09/25 22:45:16 UTC

svn commit: r699084 - /activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml

Author: hadrian
Date: Thu Sep 25 13:45:16 2008
New Revision: 699084

URL: http://svn.apache.org/viewvc?rev=699084&view=rev
Log:
CAMEL-325.  Fix snippet markups for documentation.

Modified:
    activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml

Modified: activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml?rev=699084&r1=699083&r2=699084&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml (original)
+++ activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/loop.xml Thu Sep 25 13:45:16 2008
@@ -41,7 +41,7 @@
         <to uri="mock:result"/>
       </loop>
     </route>
-    <!-- START SNIPPET: ex2 -->
+    <!-- END SNIPPET: ex2 -->
  
     <!-- START SNIPPET: ex3 -->        
     <route>
@@ -51,7 +51,7 @@
         <to uri="mock:result"/>
       </loop>
     </route>
-    <!-- START SNIPPET: ex3 -->    
+    <!-- END SNIPPET: ex3 -->    
 
     <!-- START SNIPPET: ex4 -->        
     <route>
@@ -62,7 +62,7 @@
       </loop>
       <to uri="mock:last"/>
     </route>
-    <!-- START SNIPPET: ex4 -->
+    <!-- END SNIPPET: ex4 -->
     
     <!-- START SNIPPET: ex5 -->        
     <route>
@@ -73,7 +73,7 @@
         <to uri="mock:result"/>
       </loop>
     </route>
-    <!-- START SNIPPET: ex5 -->
+    <!-- END SNIPPET: ex5 -->
         
   </camelContext>