File: junit-path.patch

package info (click to toggle)
htmlunit-core-js 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 5,804 kB
  • ctags: 10,088
  • sloc: java: 75,059; xml: 889; sh: 14; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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" />