diff options
author | Sven Gothel <[email protected]> | 2011-07-28 15:27:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-28 15:27:17 +0200 |
commit | dcaa3cb5cabfa11ae88fad266b54a1690148edf9 (patch) | |
tree | 52bdb20815315a7eda69539c3e01806c15457893 /make/build-test.xml | |
parent | 02641c4d08853a1e0131336968f691fde8a30043 (diff) |
Fix Android apk activity; Add apk VersionName; Add jar manifest to apk
- build:
- exclude android packages if !isAndroid
- aapt:
- Use individual AndroidManifest xml files
- optional: incl. our JAR manifest file to support detailed version info
- use def. GluegenVersionActivity
- APK VersionName: Retrieve and show
- package/extension names:
- gluegen.jar/apk: com.jogamp.gluegen
- gluegen-rt.jar/apk: com.jogamp.common
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index f00e7b2..e54f17e 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -136,7 +136,7 @@ jarbasename="gluegen-test" nativebuilddir="${build_t.lib}" nativebasename="test" - androidmanifest.path="lib/android/AndroidManifest.xml" + androidmanifest.path="lib/android/AndroidManifest-Test.xml" version.code="${gluegen_int_version}" version.name="${gluegen.version.plus}" /> </target> |