diff options
author | Sven Gothel <[email protected]> | 2023-08-12 17:06:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-12 17:06:44 +0200 |
commit | 429e92c3403e0275ec91000cfda85951152850dd (patch) | |
tree | 130f77ae4cdfafebd593d990867c30bfe613d5f9 | |
parent | d11f7c489f4736289e7a182d2f1387a2830f1164 (diff) |
Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{->s}-android
-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 e36112687..bda7576c3 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -209,7 +209,7 @@ assetsdir="resources/assets-test" jarsrcdir="${src}/demos" jarbuilddir="${jar}" - jarbasename="jogls-demo-android" + jarbasename="jogl-demos-android" nativebuilddir="${lib}" nativebasename="non-existing" androidmanifest.path="resources/android/AndroidManifest-demo.xml" |