Skip to content

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.

License

Notifications You must be signed in to change notification settings

ygesnel/Jarbundler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.0%
  • HTML 42.4%
  • CSS 1.2%
  • Objective-C 0.4%