diff options
author | Sven Gothel <[email protected]> | 2013-06-20 04:29:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-20 04:29:21 +0200 |
commit | 6704fab767307b89fa21250c20f1dab56323ffac (patch) | |
tree | ac7b5460d6f706188b2a8c75f8fa2adb592723df /make/gluegen-properties.xml | |
parent | 6c30050195849cd385422fc6e65230c16b818215 (diff) |
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-x | make/gluegen-properties.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 7aab7c5..7efc4c1 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -73,7 +73,7 @@ </fail> <property name="android.keystore.file" value="/non.existing.user.keystore.file"/> <!-- default - maybe overriden by the gluegen.user.properties.file --> - <property name="android.keystore.alias" value="debug"/> + <property name="android.keystore.alias" value="debug_alias"/> <property name="android.keystore.storepass" value="jogamp"/> <property name="android.keystore.keypass" value="jogamp"/> |