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/07/29 12:08:27 UTC

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

Author: ningjiang
Date: Thu Jul 29 10:08:27 2010
New Revision: 980387

URL: http://svn.apache.org/viewvc?rev=980387&view=rev
Log:
CAMEL-3010 update the common-build.xml of examples

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=980387&r1=980386&r2=980387&view=diff
==============================================================================
--- camel/trunk/examples/common_build.xml (original)
+++ camel/trunk/examples/common_build.xml Thu Jul 29 10:08:27 2010
@@ -66,6 +66,7 @@
       <include name="**/optional/activemq-pool-*.jar"/>
       <include name="**/optional/commons-pool-*.jar"/>
       <include name="**/optional/xbean-*.jar"/>
+      <include name="**/optional/org.osgi.core-*.jar"/>
     </fileset>
   </path>
 
@@ -118,8 +119,8 @@
       <include name="**/camel-core-*.jar"/>
       <include name="**/commons-logging-*.jar"/>
       <include name="**/commons-management-*.jar"/>
-      <include name="**/jaxb-api-*.jar"/>
-      <include name="**/spring-*.jar"/>
+      <include name="**/spring/spring-*.jar"/>
+      <include name="**/jdk15/*.jar"/>
       <exclude name="**/*-tests.jar"/>
     </fileset>
   </path>
@@ -128,7 +129,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-security*.jar"/>
       <exclude name="**/camel-spring-integration*.jar"/>
       <include name="**/activation-*.jar"/>
       <include name="**/jaxb-impl-*.jar"/>