comparison build.xml @ 26:9bf3d8de6904

Fix Preferences bug, bump version number.
author David Barts <n5jrn@me.com>
date Sun, 13 Dec 2020 11:20:06 -0800
parents 92afaa27f40a
children c310ec097194
comparison
equal deleted inserted replaced
24:a4737a525af8 26:9bf3d8de6904
30 </scriptdef> 30 </scriptdef>
31 31
32 <!-- Define the properties used by the build --> 32 <!-- Define the properties used by the build -->
33 <property name="app.name" value="${ant.project.name}"/> 33 <property name="app.name" value="${ant.project.name}"/>
34 <toLowerCase target="lc.app.name" value="${app.name}"/> 34 <toLowerCase target="lc.app.name" value="${app.name}"/>
35 <property name="app.version" value="1.00"/> 35 <property name="app.version" value="1.01"/>
36 <property name="app.domain" value="name.blackcap.${lc.app.name}"/> 36 <property name="app.domain" value="name.blackcap.${lc.app.name}"/>
37 <property name="app.entry" value="${app.domain}.MainKt"/> 37 <property name="app.entry" value="${app.domain}.MainKt"/>
38 <property name="app.copyright" value="Copyright © 2020, David W. Barts."/> 38 <property name="app.copyright" value="Copyright © 2020, David W. Barts."/>
39 <property name="jar.name" value="${basedir}/${lc.app.name}.jar"/> 39 <property name="jar.name" value="${basedir}/${lc.app.name}.jar"/>
40 <property name="work.jar" value="${basedir}/work.jar"/> 40 <property name="work.jar" value="${basedir}/work.jar"/>