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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user