Mercurial > cgi-bin > hgweb.cgi > ClipMan
changeset 60:066f05ebcc00
Fix a few more build bugs.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 03 Apr 2022 16:08:55 -0700 |
parents | 8b707fa0a4fc |
children | fd93b545db4d |
files | build.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Sun Apr 03 15:37:42 2022 -0700 +++ b/build.xml Sun Apr 03 16:08:55 2022 -0700 @@ -29,9 +29,11 @@ <!-- Define the properties used by the build --> <property name="app.name" value="${ant.project.name}"/> + <property name="lc.app.name" value="clipman"/> <property name="app.entry" value="name.blackcap.clipman.MainKt"/> + <property name="app.domain" value="name.blackcap.${lc.app.name}"/> + <property name="app.copyright" value="Copyright © 2020–2022, David W. Barts."/> <property name="app.version" value="1.10"/> - <property name="lc.app.name" value="clipman"/> <property name="jar.name" value="${basedir}/${lc.app.name}.jar"/> <property name="work.jar" value="${basedir}/work.jar"/> <property name="lib.home" value="${basedir}/lib"/>