Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.7 KB

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 key NSPreferencesContentSize)

  • 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 key NSHighResolutionCapable)

  • removed deprecated aboutmenuname attribute

  • removed deprecated infostring and shortinfostring attributes (use copyright attribute instead)

  • version 2.3.0 (2014-04-01)

  • Added optional copyright attribute to JarBundler task (for Plist key NSHumanReadableCopyright)

  • 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. 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

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