Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison build.xml @ 25:5a5a7de27eb4
ExifWasher -> JpegWasher
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 16 Apr 2020 19:41:29 -0700 |
parents | 5cac95c17fef |
children | 985d5b82a882 |
comparison
equal
deleted
inserted
replaced
24:3d9c36307704 | 25:5a5a7de27eb4 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project name="ExifWasher" default="help" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant"> | 2 <project name="JpegWasher" default="help" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant"> |
3 <!-- import all environment variables as env.* --> | 3 <!-- import all environment variables as env.* --> |
4 <property environment="env"/> | 4 <property environment="env"/> |
5 | 5 |
6 <!-- ensure required environment variables are set --> | 6 <!-- ensure required environment variables are set --> |
7 <macrodef name="env-require"> | 7 <macrodef name="env-require"> |
113 <sequential> | 113 <sequential> |
114 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}" | 114 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}" |
115 signBundle="false"> | 115 signBundle="false"> |
116 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" | 116 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" |
117 version="${app.version}"/> | 117 version="${app.version}"/> |
118 <fx:info description="ExifWasher" title="${app.name}" | 118 <fx:info description="${app.name}" title="${app.name}" |
119 vendor="David Barts <n5jrn@me.com>" | 119 vendor="David Barts <n5jrn@me.com>" |
120 copyright="© MMXX, David W. Barts"> | 120 copyright="© MMXX, David W. Barts"> |
121 <icons/> | 121 <icons/> |
122 </fx:info> | 122 </fx:info> |
123 <fx:resources> | 123 <fx:resources> |
133 <bundle type="image"> | 133 <bundle type="image"> |
134 <args> | 134 <args> |
135 <fx:bundleArgument arg="jvmOptions" value="-Xdock:name=${app.name}"/> | 135 <fx:bundleArgument arg="jvmOptions" value="-Xdock:name=${app.name}"/> |
136 </args> | 136 </args> |
137 <icons> | 137 <icons> |
138 <fx:icon href="${basedir}/ExifWasher.icns"/> | 138 <fx:icon href="${basedir}/${app.name}.icns"/> |
139 </icons> | 139 </icons> |
140 </bundle> | 140 </bundle> |
141 </target> | 141 </target> |
142 | 142 |
143 <target name="dummywork" description="dummy dir to make javapackager happy"> | 143 <target name="dummywork" description="dummy dir to make javapackager happy"> |