We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3d8b9 commit 899a08aCopy full SHA for 899a08a
build.xml
@@ -8,7 +8,7 @@
8
<property name="core.jar.path" value="android-core.zip" />
9
<property name="mode.jar.path" value="mode/AndroidMode.jar" />
10
<property name="mode.dist.path" value="release/AndroidMode.zip" />
11
-
+ <property name="tools.jar.path" value="mode/tools.jar" />
12
13
<target name="clean" description="Clean the build directories">
14
<delete dir="bin" />
@@ -46,7 +46,7 @@
46
${processing.dir}/app/lib/ant.jar;
47
${processing.dir}/app/lib/ant-launcher.jar;
48
${processing.dir}/app/lib/antlr.jar;
49
- /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/lib/tools.jar/"
+ ${tools.jar.path}"
50
debug="on">
51
<src path="src" />
52
</javac>
mode/tools.jar
14.5 MB
0 commit comments