You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by an...@apache.org on 2011/03/05 05:04:23 UTC

svn commit: r1078233 - /gump/metadata/project/ant.xml

Author: antoine
Date: Sat Mar  5 04:04:23 2011
New Revision: 1078233

URL: http://svn.apache.org/viewvc?rev=1078233&view=rev
Log:
forgotten to add test1 to test5.jar to the classpath for test-ant-no-xerces

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1078233&r1=1078232&r2=1078233&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Sat Mar  5 04:04:23 2011
@@ -256,6 +256,11 @@
     <work nested="/tmp/testinput/build"/>
     <work nested="/tmp/testoutput"/>
     <work nested="/tmp/test.jar"/>
+    <work nested="/tmp/test1.jar"/>
+    <work nested="/tmp/test2.jar"/>
+    <work nested="/tmp/test3.jar"/>
+    <work nested="/tmp/test4.jar"/>
+    <work nested="/tmp/test5.jar"/>
     <work nested="/tmp/resources"/>
     
     <nag from="Gump Integration Build &lt;bodewig@apache.org&gt;"