Author: davsclaus
Date: Fri Oct 24 00:17:06 2008
New Revision: 707573

URL: http://svn.apache.org/viewvc?rev=707573&view=rev
Log:
CAMEL-1021: fixed examples

Modified:
    activemq/camel/trunk/examples/camel-example-spring-jms/build.xml

Modified: activemq/camel/trunk/examples/camel-example-spring-jms/build.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-jms/build.xml?rev=707573&r1=707572&r2=707573&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/build.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/build.xml Fri Oct 24 
00:17:06 2008
@@ -41,7 +41,7 @@
   <target name="run" depends="build" description="Compile and run the sample 
CamelServer">
     <camelrun>
       <arguments>
-        <arg value="-a"/>
+        <arg value="-ac"/>
         <arg value="META-INF/spring/camel-server.xml"/>
       </arguments>
     </camelrun>


Reply via email to