You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/07/15 10:46:13 UTC

svn commit: r794194 - in /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor: traceFormatterTest.xml tracerConfigurationTest.xml

Author: davsclaus
Date: Wed Jul 15 08:46:13 2009
New Revision: 794194

URL: http://svn.apache.org/viewvc?rev=794194&view=rev
Log:
Fixed wrong snippet tags

Modified:
    camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/traceFormatterTest.xml
    camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/tracerConfigurationTest.xml

Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/traceFormatterTest.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/traceFormatterTest.xml?rev=794194&r1=794193&r2=794194&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/traceFormatterTest.xml (original)
+++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/traceFormatterTest.xml Wed Jul 15 08:46:13 2009
@@ -22,7 +22,7 @@
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd 
     ">
 
-    <!-- SNIPPET START: e1 -->
+    <!-- START SNIPPET: e1 -->
     <bean id="traceFormatter" class="org.apache.camel.processor.interceptor.DefaultTraceFormatter">
         <property name="showBody" value="true"/>
         <property name="showBodyType" value="false"/>
@@ -36,6 +36,6 @@
             <to uri="mock:result"/>
         </route>
     </camelContext>
-    <!-- SNIPPET END: e1 -->
+    <!-- END SNIPPET: e1 -->
 
 </beans>

Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/tracerConfigurationTest.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/tracerConfigurationTest.xml?rev=794194&r1=794193&r2=794194&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/tracerConfigurationTest.xml (original)
+++ camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/tracerConfigurationTest.xml Wed Jul 15 08:46:13 2009
@@ -22,7 +22,7 @@
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd 
     ">
 
-    <!-- SNIPPET START: e1 -->
+    <!-- START SNIPPET: e1 -->
     <!-- we can configure the tracer by defining the tracer bean and set the properties as we like -->
     <!-- the id name can be anything its the class that must be org.apache.camel.processor.interceptor.Tracer -->
     <bean id="camelTracer" class="org.apache.camel.processor.interceptor.Tracer">
@@ -38,6 +38,6 @@
             <to uri="mock:result"/>
         </route>
     </camelContext>
-    <!-- SNIPPET END: e1 -->
+    <!-- END SNIPPET: e1 -->
 
 </beans>