aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-26 12:36:58 +0200
committerSven Gothel <[email protected]>2012-06-26 12:36:58 +0200
commite51542375c4f736c396fd5a38288dd5129a09268 (patch)
treec51948abe3f95be48527debbafda540ec141350c
parenta393e45613d87101dbb13763df263c2f9291d2d0 (diff)
Complete Bug #598 - Commit a393e45613d87101dbb13763df263c2f9291d2d0
-rw-r--r--make/build-common.xml2
-rwxr-xr-xmake/scripts/adb-install-all-armv7.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index b2885c8af..8d440a766 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -470,7 +470,7 @@
<path refid="nativewindow_all_atoms.classpath" />
<path refid="jogl_all_atoms.classpath" />
<path refid="newt_all_atoms.classpath" />
- <pathelement location="${newt.driver.android.jar}" />
+ <pathelement location="${newt-driver-android.jar}" />
</path>
<!-- Postbuild: javadoc .. -->
diff --git a/make/scripts/adb-install-all-armv7.sh b/make/scripts/adb-install-all-armv7.sh
index fe9765541..f0a1dc522 100755
--- a/make/scripts/adb-install-all-armv7.sh
+++ b/make/scripts/adb-install-all-armv7.sh
@@ -1,4 +1,4 @@
-#adb $* install ../../gluegen/build-android-armv7/jogamp.android-launcher.apk
+#adb $* install ../../gluegen/build-android-armv7/jogamp-android-launcher.apk
#adb $* install ../../gluegen/build-android-armv7/gluegen-rt-android-armeabi-v7a.apk
-adb $* install ../build-android-armv7/jar/jogl.all-android-armeabi-v7a.apk
-adb $* install ../build-android-armv7/jar/jogl.test-android.apk
+adb $* install ../build-android-armv7/jar/jogl-all-android-armeabi-v7a.apk
+adb $* install ../build-android-armv7/jar/jogl-test-android.apk