You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2009/01/30 19:03:20 UTC

svn commit: r739354 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/recipientListWithStringDelimitedProperty.xml

Author: janstey
Date: Fri Jan 30 18:03:20 2009
New Revision: 739354

URL: http://svn.apache.org/viewvc?rev=739354&view=rev
Log:
fix wiki snippet tags

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

Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/recipientListWithStringDelimitedProperty.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/recipientListWithStringDelimitedProperty.xml?rev=739354&r1=739353&r2=739354&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/recipientListWithStringDelimitedProperty.xml (original)
+++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/recipientListWithStringDelimitedProperty.xml Fri Jan 30 18:03:20 2009
@@ -25,15 +25,15 @@
     from("direct:a").recipientList(property("myProperty"));
   -->
 
-  <!-- START SNIPPET: e1 -->
   <camelContext id="camel" xmlns="http://activemq.apache.org/camel/schema/spring">
+    <!-- START SNIPPET: e1 -->
     <route>
       <from uri="direct:a" />
       <recipientList>
         <property>myProperty</property>
       </recipientList>
     </route>
+    <!-- END SNIPPET: e1 -->    
   </camelContext>
-  <!-- END SNIPPET: e1 -->
 
 </beans>