Jarbundler
March 28, 2016 ยท View on GitHub
ATTENTION!
This project is DEPRECATED! It is no longer maintained!
All my modifications to the original sources have been merged back to the official project by the new project maintainer.
I suggest to use the official project instead: https://github.com/UltraMixer/JarBundler/
Jarbundler
Unofficial git port of the Sourceforge Ant-Jarbundler Task.
JarBundler is a feature-rich Apache ANT task that can create Mac OS X Application Bundles from a list of JAR files and a main class name. It also provides fine-grained control over the Mac OS X Application Bundle options and application behavior.
Modifications
-
version 2.5.0 (2015-11-06)
-
Added optional
contentSizeattribute to JarBundler task (for Plist keyNSPreferencesContentSize) -
version 2.4.0 (2015-05-15)
-
Added optional
useJavaXKeyattribute to JarBundler task (for universalJavaApplicationStub-Support) -
Added optional
hiResCapableattribute to JarBundler task (for Plist keyNSHighResolutionCapable) -
removed deprecated
aboutmenunameattribute -
removed deprecated
infostringandshortinfostringattributes (usecopyrightattribute instead) -
version 2.3.0 (2014-04-01)
-
Added optional
copyrightattribute to JarBundler task (for Plist keyNSHumanReadableCopyright) -
Issue a warning when using deprecated
aboutmenunameattribute -
Issue a warning when using deprecated
shortinfostringattribute -
version 2.2.1 (2014-01-25)
-
Added optional
allowMixedLocalizationsattribute to ant task. Iftrue, the bundle supports the retrieval of localized strings from frameworks. This should be set to true if your app supports different languages. Default:false
Official Documentation
See official website http://informagen.com/JarBundler/index.html
Official Sources
See official Sourceforge project site: http://sourceforge.net/projects/jarbundler/
License
Licensed under Apache License v2.0