You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/04/28 05:42:20 UTC

svn commit: r938770 - /camel/trunk/examples/common_build.xml

Author: ningjiang
Date: Wed Apr 28 03:42:20 2010
New Revision: 938770

URL: http://svn.apache.org/viewvc?rev=938770&view=rev
Log:
CAMEL-2639 Fixed some examples which can't run with ant

Modified:
    camel/trunk/examples/common_build.xml

Modified: camel/trunk/examples/common_build.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/common_build.xml?rev=938770&r1=938769&r2=938770&view=diff
==============================================================================
--- camel/trunk/examples/common_build.xml (original)
+++ camel/trunk/examples/common_build.xml Wed Apr 28 03:42:20 2010
@@ -128,6 +128,7 @@
     <path refid="camel.core.classpath"/>
     <fileset dir="${camel.lib}">
       <include name="**/camel-spring-*.jar"/>
+      <exclude name="**/camel-spring-osgi*.jar"/>
       <exclude name="**/camel-spring-integration*.jar"/>
       <include name="**/activation-*.jar"/>
       <include name="**/jaxb-impl-*.jar"/>