DEPRECATED and UNMAINTAINED! See Readme! ////// 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.
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/
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.
version 2.5.0 (2015-11-06)
contentSize
attribute to JarBundler task (for Plist key NSPreferencesContentSize
)version 2.4.0 (2015-05-15)
useJavaXKey
attribute to JarBundler task (for universalJavaApplicationStub-Support)hiResCapable
attribute to JarBundler task (for Plist key NSHighResolutionCapable
)aboutmenuname
attributeinfostring
and shortinfostring
attributes (use copyright
attribute instead)version 2.3.0 (2014-04-01)
copyright
attribute to JarBundler task (for Plist key NSHumanReadableCopyright
)aboutmenuname
attributeshortinfostring
attributeversion 2.2.1 (2014-01-25)
allowMixedLocalizations
attribute to ant task. If true
, the bundle supports the retrieval of localized strings from frameworks. This should be set to true if your app supports different languages. Default: false
See official website http://informagen.com/JarBundler/index.html
See official Sourceforge project site: http://sourceforge.net/projects/jarbundler/
Licensed under Apache License v2.0