comparison build.xml @ 50:fb407182ba76

Add help menu item, UNTESTED.
author David Barts <davidb@stashtea.com>
date Thu, 07 May 2020 08:29:58 -0700
parents 6999afa6fff3
children 39895d44a287
comparison
equal deleted inserted replaced
48:35fb8de77c7d 50:fb407182ba76
76 ]]> 76 ]]>
77 </scriptdef> 77 </scriptdef>
78 78
79 <!-- Define the properties used by the build --> 79 <!-- Define the properties used by the build -->
80 <property name="app.name" value="${ant.project.name}"/> 80 <property name="app.name" value="${ant.project.name}"/>
81 <property name="app.version" value="1.03"/> 81 <property name="app.version" value="1.04"/>
82 <property name="app.domain" value="name.blackcap.exifwasher"/> 82 <property name="app.domain" value="name.blackcap.exifwasher"/>
83 <property name="app.entry" value="${app.domain}.MainKt"/> 83 <property name="app.entry" value="${app.domain}.MainKt"/>
84 <property name="app.copyright" value="Copyright © 2020, David W. Barts."/> 84 <property name="app.copyright" value="Copyright © 2020, David W. Barts."/>
85 <toLowerCase target="lc.app.name" value="${app.name}"/> 85 <toLowerCase target="lc.app.name" value="${app.name}"/>
86 <property name="jar.name" value="${basedir}/${lc.app.name}.jar"/> 86 <property name="jar.name" value="${basedir}/${lc.app.name}.jar"/>