Mercurial > cgi-bin > hgweb.cgi > ClipMan
comparison build.xml @ 27:8aa2dfac27eb
Big reorg; compiled but untested.
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 29 Jan 2020 10:50:07 -0800 |
parents | 3129d0e24086 |
children | 99220aa136d9 |
comparison
equal
deleted
inserted
replaced
26:ff35fabaea3a | 27:8aa2dfac27eb |
---|---|
107 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}" | 107 <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}" |
108 signBundle="false"> | 108 signBundle="false"> |
109 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" | 109 <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" |
110 version="1.0"/> | 110 version="1.0"/> |
111 <fx:info description="ClipMan, a clipboard manager." title="${app.name}" | 111 <fx:info description="ClipMan, a clipboard manager." title="${app.name}" |
112 vendor="David Barts <n5jrn@me.com>"/> | 112 vendor="David Barts <n5jrn@me.com>" |
113 copyright="© MMXX, David W. Barts"/> | |
113 <fx:resources> | 114 <fx:resources> |
114 <fx:fileset dir="${basedir}" includes="${lc.app.name}.jar"/> | 115 <fx:fileset dir="${basedir}" includes="${lc.app.name}.jar"/> |
115 </fx:resources> | 116 </fx:resources> |
116 <fx:bundleArgument arg="runtime" value="${env.JRE_HOME}"/> | 117 <fx:bundleArgument arg="runtime" value="${env.JRE_HOME}"/> |
117 <args/> | 118 <args/> |