diff 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
line wrap: on
line diff
--- a/build.xml	Sat Feb 08 22:10:01 2020 -0700
+++ b/build.xml	Sat Feb 08 23:05:39 2020 -0700
@@ -96,6 +96,7 @@
       </manifest>
       <zipgroupfileset dir="${lib.home}" includes="*.jar"/>
       <zipfileset src="${work.jar}"/>
+      <zipfileset dir="${src.home}" includes="**/*.properties"/>
     </jar>
   </target>