Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Jar Manifest: Sealed Entries must follow generic headers - Otherwise (details)
  2. Jar Manifest: Seal all packages ; Each jar is 'standalone' as required (details)
  3. Add lst-jars.sh script (details)
  4. build.xml .. fix doc (copy/paste) (details)
  5. ActivityLauncher: Ensure System properties are cleared at stop() already (details)
  6. Prepare 2.1.4 (details)
Commit f1090c3db5e7647b0a1e1fef2cda5f9c424a2fb8 by Sven Gothel
Jar Manifest: Sealed Entries must follow generic headers - Otherwise subsequent entries are not recognized
The file was modifiedmake/Manifest-rt.cdc (diff)
The file was modifiedmake/Manifest-rt (diff)
The file was modifiedmake/Manifest-android-launcher (diff)
The file was modifiedmake/Manifest-rt-android (diff)
Commit b8a515bbfa9bc26aaf5291f065f6860cd5ddee11 by Sven Gothel
Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'sealed packages': gluegen-rt.jar < gluegen-rt-android.jar < gluegen.jar
The file was modifiedmake/Manifest-rt (diff)
The file was modifiedmake/Manifest (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/Manifest-rt-android (diff)
Commit 6613d82263357ad64a22d8f7be68fefe52f42dd4 by Sven Gothel
Add lst-jars.sh script
The file was addedmake/scripts/lst-jars.sh
Commit bb9f014befdbcda3da066ea0128d51950c9bad43 by Sven Gothel
build.xml .. fix doc (copy/paste)
The file was modifiedmake/build.xml (diff)
Commit ded79ff95a9add7c754da92613871d962e814925 by Sven Gothel
ActivityLauncher: Ensure System properties are cleared at stop() already
The file was modifiedsrc/java/jogamp/android/launcher/ActivityLauncher.java (diff)
The file was modifiedmake/jogamp-env.xml (diff)