summarylogtreecommitdiffstats
path: root/jtharness.patch
blob: 1682193204f44ac75ba5603d16677d3a10d4544a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -r d629cdcdba43 build/local.properties
--- a/build/local.properties	Sun Oct 28 12:25:21 2018 +0000
+++ b/build/local.properties	Fri Dec 28 16:40:32 2018 +0200
@@ -32,11 +32,11 @@
 servletjar = servlet-api.jar
 
 # bytecode library
-asmjar = asm6.jar
-asmcommonsjar = asm-commons6.jar
+asmjar = /usr/share/java/asm/asm.jar
+asmcommonsjar = /usr/share/java/asm/asm-commons.jar
 
 # JUnit Library - Version 4 currently used to compile 3 and 4 support
-junitlib = junit-4.10.jar
+junitlib = /usr/share/java/junit.jar
 
 # Please specify location where the build distribution (output) will be created
 BUILD_DIR = ../JTHarness-build