Author: nextgens
Date: 2008-04-12 01:58:08 +0000 (Sat, 12 Apr 2008)
New Revision: 19215
Modified:
trunk/freenet/build.xml
Log:
Apply sdiz's patch on build.xml
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2008-04-12 01:49:33 UTC (rev 19214)
+++ trunk/freenet/build.xml 2008-04-12 01:58:08 UTC (rev 19215)
@@ -155,6 +155,8 @@
<include name="**/*.class"/>
</fileset>
</batchtest>
+ <sysproperty key="benchmark" value="${benchmark}" />
+ <sysproperty key="extensiveTesting"
value="${extensiveTesting}" />
</junit>
</target>