You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/12 11:05:46 UTC

svn commit: r984693 - /gump/metadata/project/camel.xml

Author: bodewig
Date: Thu Aug 12 09:05:46 2010
New Revision: 984693

URL: http://svn.apache.org/viewvc?rev=984693&view=rev
Log:
hard dependencies

Modified:
    gump/metadata/project/camel.xml

Modified: gump/metadata/project/camel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/camel.xml?rev=984693&r1=984692&r2=984693&view=diff
==============================================================================
--- gump/metadata/project/camel.xml (original)
+++ gump/metadata/project/camel.xml Thu Aug 12 09:05:46 2010
@@ -108,8 +108,8 @@
     <jar name="target/camel-jms-*[0-9T].jar" />
 
     <option project="camel-core"/>
-    <option project="camel-spring"/>
-    <option project="camel-test"/>
+    <depend project="camel-spring"/>
+    <depend project="camel-test"/>
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="logging-log4j-12"/>
@@ -130,7 +130,7 @@
     <jar name="target/camel-spring-*[0-9T]-tests.jar" type="testsjar"/>
 
     <option project="asm"/>
-    <option project="camel-core"/>
+    <depend project="camel-core"/>
     <option project="camel-core-osgi"/>
     <option project="camel-core-xml"/>
     <option project="commons-logging"/>
@@ -156,7 +156,7 @@
     <jar name="target/camel-test-*[0-9T].jar" />
 
     <option project="camel-core"/>
-    <option project="camel-spring"/>
+    <depend project="camel-spring"/>
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="logging-log4j-12"/>