Mercurial > cgi-bin > hgweb.cgi > ClipMan
diff 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 |
line wrap: on
line diff
--- a/build.xml Wed Jan 29 10:47:46 2020 -0800 +++ b/build.xml Wed Jan 29 10:50:07 2020 -0800 @@ -109,7 +109,8 @@ <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing" version="1.0"/> <fx:info description="ClipMan, a clipboard manager." title="${app.name}" - vendor="David Barts <n5jrn@me.com>"/> + vendor="David Barts <n5jrn@me.com>" + copyright="© MMXX, David W. Barts"/> <fx:resources> <fx:fileset dir="${basedir}" includes="${lc.app.name}.jar"/> </fx:resources>