comparison build.xml @ 42:99220aa136d9

Add default.properties.
author David Barts <n5jrn@me.com>
date Sat, 08 Feb 2020 23:05:39 -0700
parents 8aa2dfac27eb
children 19d9da731c43
comparison
equal deleted inserted replaced
41:33fbe3a78d84 42:99220aa136d9
94 <manifest> 94 <manifest>
95 <attribute name="Main-Class" value="${app.entry}"/> 95 <attribute name="Main-Class" value="${app.entry}"/>
96 </manifest> 96 </manifest>
97 <zipgroupfileset dir="${lib.home}" includes="*.jar"/> 97 <zipgroupfileset dir="${lib.home}" includes="*.jar"/>
98 <zipfileset src="${work.jar}"/> 98 <zipfileset src="${work.jar}"/>
99 <zipfileset dir="${src.home}" includes="**/*.properties"/>
99 </jar> 100 </jar>
100 </target> 101 </target>
101 102
102 <!-- for making bundled apps --> 103 <!-- for making bundled apps -->
103 <macrodef name="bundle"> 104 <macrodef name="bundle">