This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
1.3
Added
- Created configure program to launch the .exe packer from the PluginManager
- Added an option to create log files in order to debug the exe application: "-debug" switch
Changed
- Reworked the deployment of the dependencies and the native libraries: All files are now loaded using the jetty
- Split the ExePacker program into multiple classes
- The ExePacker now uses the JnlpIndex.jar list to retrieve the names of missing jar files: asm, guava and cglib
- Renamed and moved the custom hostname verifier class into the src/ directory(CustomHostnameVerifier.bbj)
- Changed the CHANGELOG.md format
- Made the "EmulateWebstart" option active by default
Removed
- Removed the code adding the asm-all-5.1.jar to the list of dependencies
- Removed all jar and .dll copying mechanisms(Download only)
Fixed
- Fixed the State save mechanism