mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 01:26:47 +01:00
Build: Using JAVA_HOME to find jdk.
This commit is contained in:
parent
8e834fd096
commit
d8acf8d45f
@ -1,3 +1,2 @@
|
||||
path.variable.kotlin_bundled=/Applications/IntelliJ IDEA 15 CE.app/Contents/plugins/Kotlin/kotlinc
|
||||
path.variable.maven_repository=/Users/vidstige/.m2/repository
|
||||
jdk.home.1.6=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
|
||||
path.variable.maven_repository=/Users/vidstige/.m2/repository
|
12
build.xml
12
build.xml
@ -3,11 +3,9 @@
|
||||
|
||||
|
||||
<property file="build.properties"/>
|
||||
<!-- Uncomment the following property if no tests compilation is needed -->
|
||||
<!--
|
||||
<property name="skip.tests" value="true"/>
|
||||
-->
|
||||
|
||||
<property environment="env"/>
|
||||
<property name="jdk.home.1.6" value="${env.JAVA_HOME}"/>
|
||||
|
||||
<!-- Compiler options -->
|
||||
|
||||
<property name="compiler.debug" value="on"/>
|
||||
@ -55,7 +53,7 @@
|
||||
</patternset>
|
||||
|
||||
<!-- JDK definitions -->
|
||||
|
||||
|
||||
<property name="jdk.bin.1.6" value="${jdk.home.1.6}/bin"/>
|
||||
<path id="jdk.classpath.1.6">
|
||||
<fileset dir="${jdk.home.1.6}">
|
||||
@ -132,6 +130,6 @@
|
||||
<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
|
||||
|
||||
<target name="test" depends="build.modules">
|
||||
|
||||
|
||||
</target>
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user