[freenet-cvs] r12521 - trunk/freenet

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Apr 2 00:53:45 UTC 2007


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"/>




More information about the cvs mailing list