aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 01:01:11 +0100
committerSven Gothel <[email protected]>2014-01-26 01:01:11 +0100
commitbb9f014befdbcda3da066ea0128d51950c9bad43 (patch)
tree3ed885c06dc54f443dc807b9f3e9f8626eb1695e /make/build.xml
parent6613d82263357ad64a22d8f7be68fefe52f42dd4 (diff)
build.xml .. fix doc (copy/paste)
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 550fe4e..1fb5987 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -823,7 +823,7 @@
</target>
<target name="gluegen.build.android" if="android-jars.available">
- <!--compile gluegen-rt-android first-->
+ <!--compile gluegen-rt-android last-->
<javac destdir="${classes}"
includeAntRuntime="false"
includes="${gluegen-rt.classes} ${jogamp.common.classes}"