aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-04 07:02:49 +0200
committerSven Gothel <[email protected]>2012-05-04 07:02:49 +0200
commitde42f22c9a2b62115eb3d9d5be7451ec5bb674be (patch)
tree6c1113043824716b08a8e86a52ca00b5e737014e /make/build.xml
parent2e0961ad8f2de321461986c65346b67b41fd7214 (diff)
Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.code: 4
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index fb2dced..96d45bf 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -71,7 +71,7 @@
<property name="gluegen.build.commit" value="manual"/> <!-- fallback -->
<!-- This is the version of GlueGen you are building -->
- <property name="gluegen_int_version" value="3"/>
+ <property name="gluegen_int_version" value="4"/>
<property name="gluegen_base_version" value="2.0"/>
<property name="gluegen.version" value="${gluegen_base_version}-b${gluegen.build.number}-${version.timestamp}" />
<property name="gluegen.version.plus" value="${gluegen_base_version}-${gluegen.build.branch}-b${gluegen.build.number}-${version.timestamp}" />
@@ -105,14 +105,14 @@
<!-- Create the classpath for compiling Android only stuff. -->
<path id="android.classpath">
- <pathelement location="${android.jar}"/>
+ <pathelement location="${android-min.jar}"/>
</path>
<!-- Create the classpath for compiling GlueGen.
This requires the user-defined "antlr.jar" property. -->
<path id="gluegencompile.classpath">
<pathelement location="${antlr.jar}" />
- <pathelement location="${android.jar}"/>
+ <pathelement location="${android-min.jar}"/>
</path>
<!-- Create the classpath for using GlueGen. -->