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 2021/08/19 11:30:45 UTC

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

Author: bodewig
Date: Thu Aug 19 11:30:45 2021
New Revision: 1892445

URL: http://svn.apache.org/viewvc?rev=1892445&view=rev
Log:
make sure compilation of tests sees the compiled main classes

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1892445&r1=1892444&r2=1892445&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Aug 19 11:30:45 2021
@@ -50,6 +50,7 @@
 -->
 
     <home nested="dist"/>
+    <work nested="build/classes"/>
 
     <jar name="lib/ant.jar" id="ant"/>
     <jar name="lib/ant-launcher.jar" id="ant-launcher"/>