1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: use system juni4.jar rather than local
Author: Ludovico Cavedon <cavedon@debian.org>
Forwarded: not-needed
Index: htmlunit-core-js/build.xml
===================================================================
--- htmlunit-core-js.orig/build.xml 2011-02-19 19:45:28.471106624 -0800
+++ htmlunit-core-js/build.xml 2011-02-19 19:47:55.828108223 -0800
@@ -21,7 +21,7 @@
<property name="patchedRhino.tools.src" location="rhino/toolsrc" />
<property name="originalRhino.classes" location="target/rhino-original-classes" />
<property name="src.test.dir" location="src" />
- <property name="junit.jar" location="lib/junit-4.8.1.jar" />
+ <property name="junit.jar" location="/usr/share/java/junit4.jar" />
<property name="version" value="2.8"/>
<property name="jar" location="target/htmlunit-core-js-${version}.jar" />
|