mirror of https://github.com/rusefi/RomRaider.git
JAVA_HOME is a more popular variable. Safe to assume that anyone building would hava JDK installed?
This commit is contained in:
parent
41783ed647
commit
eb4879de01
|
@ -83,9 +83,9 @@
|
|||
<!-- java compiler properties -->
|
||||
<property name="javac.source" value="1.6" />
|
||||
<property name="javac.target" value="1.6" />
|
||||
<condition property="bootclasspath.dir" value="${env.JRE_DIR}/lib"
|
||||
<condition property="bootclasspath.dir" value="${env.JAVA_HOME}/jre/lib"
|
||||
else="C:\Program Files (x86)\Java\jdk1.6.0_45\jre\lib">
|
||||
<isset property="env.JRE_DIR" />
|
||||
<isset property="env.JAVA_HOME" />
|
||||
</condition>
|
||||
<property name="debug" value="off" />
|
||||
<property name="deprecation" value="on" />
|
||||
|
|
Loading…
Reference in New Issue