Author: davsclaus Date: Mon Apr 26 14:05:31 2010 New Revision: 938054 URL: http://svn.apache.org/viewvc?rev=938054&view=rev Log: CAMEL-2639: Fixed some examples to run with ANT.
Modified: camel/trunk/examples/camel-example-etl/build.xml Modified: camel/trunk/examples/camel-example-etl/build.xml URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/build.xml?rev=938054&r1=938053&r2=938054&view=diff ============================================================================== --- camel/trunk/examples/camel-example-etl/build.xml (original) +++ camel/trunk/examples/camel-example-etl/build.xml Mon Apr 26 14:05:31 2010 @@ -41,6 +41,7 @@ <fileset dir="${juel.home}"> <include name="**/juel-*.jar"/> </fileset> + <path refid="spring.classpath"/> <path refid="camel.spring.classpath"/> <path refid="hibernate.classpath"/> </path>