You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2012/04/29 00:05:40 UTC

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

Author: billbarker
Date: Sat Apr 28 22:05:40 2012
New Revision: 1331843

URL: http://svn.apache.org/viewvc?rev=1331843&view=rev
Log:
give camel-jms the project it wants

Modified:
    gump/metadata/project/camel.xml

Modified: gump/metadata/project/camel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/camel.xml?rev=1331843&r1=1331842&r2=1331843&view=diff
==============================================================================
--- gump/metadata/project/camel.xml (original)
+++ gump/metadata/project/camel.xml Sat Apr 28 22:05:40 2012
@@ -121,6 +121,7 @@
     <option project="camel-core"/>
     <depend project="camel-spring"/>
     <depend project="camel-test"/>
+    <depend project="camel-test-spring" />
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="logging-log4j-12"/>
@@ -179,6 +180,24 @@
     <option project="logging-log4j-12"/>
   </project>
 
+  <project name="camel-test-spring">
+    <package>org.apache.camel.test</package>
+    <description>Camel :: Test Spring</description>
+
+    <depend project="camel-parent"/>
+    <mvn2 basedir="components/camel-test-spring" goal="install"/>
+
+    <home nested="components/camel-test-spring" />
+
+    <jar name="target/camel-test-spring-*[0-9T].jar" />
+
+    <option project="camel-core"/>
+    <depend project="camel-spring"/>
+    <depend project="cammel-test" />
+    <option project="commons-logging"/>
+    <option project="junit"/>
+    <option project="logging-log4j-12"/>
+  </project>
   <!-- takes almost an hour to run on vmgump 
   <project name="camel-core-test">
     <depend project="camel-core"/>