Changeset 14793 in josm
- Timestamp:
- 2019-02-18T19:37:42+01:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r14785 r14793 213 213 <target name="mac" depends="init-properties"> 214 214 <!-- 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"/> 216 216 <!-- create MacOS X application bundle --> 217 217 <bundleapp outputdirectory="${bundle.outdir}" name="JOSM" displayname="JOSM" executablename="JOSM" identifier="org.openstreetmap.josm"
Note:
See TracChangeset
for help on using the changeset viewer.