Awesome
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
contentSize
attribute to JarBundler task (for Plist keyNSPreferencesContentSize
) -
version 2.4.0 (2015-05-15)
-
Added optional
useJavaXKey
attribute to JarBundler task (for universalJavaApplicationStub-Support) -
Added optional
hiResCapable
attribute to JarBundler task (for Plist keyNSHighResolutionCapable
) -
removed deprecated
aboutmenuname
attribute -
removed deprecated
infostring
andshortinfostring
attributes (usecopyright
attribute instead) -
version 2.3.0 (2014-04-01)
-
Added optional
copyright
attribute to JarBundler task (for Plist keyNSHumanReadableCopyright
) -
Issue a warning when using deprecated
aboutmenuname
attribute -
Issue a warning when using deprecated
shortinfostring
attribute -
version 2.2.1 (2014-01-25)
-
Added optional
allowMixedLocalizations
attribute 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