Skip to content

Commit 899a08a

Browse files
committed
Bundle tools.jar in /mode folder
1 parent de3d8b9 commit 899a08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="core.jar.path" value="android-core.zip" />
99
<property name="mode.jar.path" value="mode/AndroidMode.jar" />
1010
<property name="mode.dist.path" value="release/AndroidMode.zip" />
11-
11+
<property name="tools.jar.path" value="mode/tools.jar" />
1212

1313
<target name="clean" description="Clean the build directories">
1414
<delete dir="bin" />
@@ -46,7 +46,7 @@
4646
${processing.dir}/app/lib/ant.jar;
4747
${processing.dir}/app/lib/ant-launcher.jar;
4848
${processing.dir}/app/lib/antlr.jar;
49-
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/lib/tools.jar/"
49+
${tools.jar.path}"
5050
debug="on">
5151
<src path="src" />
5252
</javac>

mode/tools.jar

14.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)