You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move all resources/properties files that are not meant to be edited by user to the resources directory so they are bundled in the resulting jar file.
fix all references to such files in the code
The text was updated successfully, but these errors were encountered:
- upgrade to izpack v 5.0.0-beta10 (#28)
- fix configuration to properly install all necessary files
- change layout of directories in order to separate application/data/setting/resources (fix for #2 and #22)
- fix wrong paths to resources (fix for #22)
- add debug logging via aspectj
- modify startup scripts
- remove old install scripts that don't fit current directory layout
- move resource locations to better fit installation process
- some other fixes/improvement related to above
- ...and probably break something too in the process
move all resources/properties files that are not meant to be edited by user to the resources directory so they are bundled in the resulting jar file.
fix all references to such files in the code
The text was updated successfully, but these errors were encountered: