Author: nextgens
Date: 2007-04-02 00:53:44 +0000 (Mon, 02 Apr 2007)
New Revision: 12521

Modified:
   trunk/freenet/build.xml
Log:
Commit mario's patch to build.xml:
add junit.location to unit target classpath to MakeItWork(TM)

Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2007-04-01 20:04:16 UTC (rev 12520)
+++ trunk/freenet/build.xml     2007-04-02 00:53:44 UTC (rev 12521)
@@ -140,6 +140,7 @@
                                <pathelement path="${build}"/>
                                <pathelement path="${build-test}"/>
                                <pathelement 
location="${freenet-ext.location}"/>
+                               <pathelement location="${junit.location}"/>
                        </classpath>

                        <formatter type="plain" usefile="false"/>


Reply via email to