Changeset 14793 in josm


Ignore:
Timestamp:
2019-02-18T19:37:42+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17278 - update macOS appbundler to https://mvnrepository.com/artifact/com.panayotis/appbundler/1.1.0 for Java 9+ compatibility

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r14785 r14793  
    213213    <target name="mac" depends="init-properties">
    214214        <!-- Using https://bitbucket.org/infinitekind/appbundler to create mac application bundle -->
    215         <taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${tools.dir}/appbundler-1.0ea.jar"/>
     215        <taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${tools.dir}/appbundler.jar"/>
    216216        <!-- create MacOS X application bundle -->
    217217        <bundleapp outputdirectory="${bundle.outdir}" name="JOSM" displayname="JOSM" executablename="JOSM" identifier="org.openstreetmap.josm"
Note: See TracChangeset for help on using the changeset viewer.