You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/11/16 17:53:22 UTC

svn commit: r595735 - /activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml

Author: jstrachan
Date: Fri Nov 16 08:53:22 2007
New Revision: 595735

URL: http://svn.apache.org/viewvc?rev=595735&view=rev
Log:
added snippet macros

Modified:
    activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml

Modified: activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml?rev=595735&r1=595734&r2=595735&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml Fri Nov 16 08:53:22 2007
@@ -22,6 +22,7 @@
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
 
+  <!-- START SNIPPET: example -->
   <camelContext useJmx="true" xmlns="http://activemq.apache.org/camel/schema/spring">
 
     <!-- lets parse files, transform them with XQuery and send them to JMS -->
@@ -47,5 +48,6 @@
       </bean>
     </property>
   </bean>
+  <!-- END SNIPPET: example -->
 
 </beans>