comparison build.xml @ 19:39b977021ea1

Tool tips in case key and type cols truncate.
author David Barts <n5jrn@me.com>
date Sat, 11 Apr 2020 16:12:59 -0700
parents 2d64f17bba9b
children cd2ca4727b7f
comparison
equal deleted inserted replaced
18:841f711c40bd 19:39b977021ea1
111 <element name="icons"/> 111 <element name="icons"/>
112 <sequential> 112 <sequential>
113 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}" 113 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}"
114 signBundle="false"> 114 signBundle="false">
115 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" 115 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing"
116 version="1.01"/> 116 version="1.02"/>
117 <fx:info description="ExifWasher" title="${app.name}" 117 <fx:info description="ExifWasher" title="${app.name}"
118 vendor="David Barts &lt;n5jrn@me.com&gt;" 118 vendor="David Barts &lt;n5jrn@me.com&gt;"
119 copyright="© MMXX, David W. Barts"> 119 copyright="© MMXX, David W. Barts">
120 <icons/> 120 <icons/>
121 </fx:info> 121 </fx:info>