diff options
author | Sven Gothel <[email protected]> | 2013-03-28 20:36:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-03-28 20:36:24 +0100 |
commit | 25858c68302e194da80fd9cf91cefcba426a42ea (patch) | |
tree | b4f94575c09c95fd3be11556eea3d780432a76a0 /make/build.xml | |
parent | a7834bb17673ca4eacbb6d599a39e70e00993079 (diff) |
Align integer version property name .. jogamp_int_version -> jogamp.version.int
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 807b543..49524de 100644 --- a/make/build.xml +++ b/make/build.xml @@ -960,7 +960,7 @@ androidmanifest.path="resources/android/AndroidManifest-Launcher.xml" androidresources.path="resources/android/res" jarmanifest.path="${build}/Manifest-android-launcher.temp" - version.code="${jogamp_int_version}" + version.code="${jogamp.version.int}" version.name="${jogamp.version}" /> </target> @@ -986,7 +986,7 @@ androidmanifest.path="resources/android/AndroidManifest-Runtime.xml" androidresources.path="resources/android/res" jarmanifest.path="${build}/Manifest-rt-android.temp" - version.code="${jogamp_int_version}" + version.code="${jogamp.version.int}" version.name="${jogamp.version}" /> </target> |