Use JAVA_LIBS to locate our jar files.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@683 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-28 18:56:13 +00:00
parent 84061c0ca7
commit 98513e3bc7
+4 -1
View File
@@ -3,7 +3,10 @@
<!-- things you may want to change -->
<property name="build.compiler" value="jikes"/>
<property name="java.libraries" value="/usr/share/java"/>
<!-- we want to access the environment -->
<property environment="env"/>
<property name="java.libraries" value="${env.JAVA_LIBS}"/>
<!-- we need to do this to avoid conflicts with the XML jar files loaded
to run ant versus the XML jar files we load for our tests -->