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-test.xml | |
parent | a7834bb17673ca4eacbb6d599a39e70e00993079 (diff) |
Align integer version property name .. jogamp_int_version -> jogamp.version.int
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 f3f0f7e..b700808 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -148,7 +148,7 @@ android.abi="${android.abi}" androidmanifest.path="resources/android/AndroidManifest-Test.xml" androidresources.path="resources/android/res" - version.code="${jogamp_int_version}" + version.code="${jogamp.version.int}" version.name="${jogamp.version}" /> </target> |