## Description: Locate JAR on the system.
## Origin/Author: Guillaume Mazoyer
## Bug: bug URL
Index: jtharness-4.4.0-MR1-Rel-b19/build/local.properties
===================================================================
--- jtharness-4.4.0-MR1-Rel-b19.orig/build/local.properties	2011-08-01 18:04:57.592727744 +0200
+++ jtharness-4.4.0-MR1-Rel-b19/build/local.properties	2011-08-01 18:04:56.056720129 +0200
@@ -26,24 +26,24 @@
 #
 
 #Please specify location of jhall.jar here - for compilation
-jhalljar = jhall.jar
+jhalljar = /usr/share/java/jhall.jar
 
 # needed only at runtime
-jhjar = jh.jar
+jhjar = /usr/share/java/jh.jar
 
 # location of jar with with implementation of java serial communications API
-jcommjar = comm.jar
+jcommjar = /usr/share/java/RXTXcomm.jar
 
 # location of jar with servlet API implementation
-servletjar = servlet-api.jar
+servletjar = /usr/share/java/tomcat-servlet-api-3.0.jar
 
 # bytecode library (BCEL or ASM)
 # these are not interchangable
-bytecodelib = asm-3.1.jar:asm-commons-3.1.jar
+bytecodelib = /usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar
 
 # JUnit Library - Version 4 currently used to compile 3 and 4 support
-junitlib = junit-4.4.jar
+junitlib = /usr/share/java/junit4.jar
 
 # Please specify location where the build distribution (output) will be created
-BUILD_DIR = ../JTHarness-build
+BUILD_DIR = ./jar-build
 
