Use the JAVA_LIBS environment variable to determine where our common java

libraries are to be found.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@860 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-01-16 02:57:19 +00:00
parent 990c8cf1c4
commit 30dab8586f
+4 -1
View File
@@ -11,7 +11,10 @@
<property name="javadoc.home" value="${deploy.dir}/docs"/>
<property name="build.compiler" value="jikes"/>
<property name="build.optimize" value="off"/>
<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}"/>
<!-- declare our classpath -->
<path id="classpath">