diff build.xml @ 47:19d9da731c43

Recoded; cleaned up root namespace, removed race conditions.
author David Barts <n5jrn@me.com>
date Sun, 12 Apr 2020 14:31:06 -0700
parents 99220aa136d9
children e8d2a7e6f6c7
line wrap: on
line diff
--- a/build.xml	Mon Feb 10 16:40:09 2020 -0700
+++ b/build.xml	Sun Apr 12 14:31:06 2020 -0700
@@ -85,7 +85,9 @@
   <target name="compile" depends="classpath"
           description="Compile Java sources to ${work.home}">
     <kotlinc src="${src.home}" output="${work.jar}"
-             classpathref="compile.classpath"/>
+             classpathref="compile.classpath">
+      <compilerarg line="-jvm-target 1.8"/>
+    </kotlinc>
   </target>
 
   <!-- make .jar file -->
@@ -108,7 +110,7 @@
       <fx:deploy nativeBundles="@{type}" outdir="${basedir}" outfile="${app.name}"
         signBundle="false">
         <fx:application mainClass="${app.entry}" name="${app.name}" toolkit="swing"
-          version="1.0"/>
+          version="1.01"/>
         <fx:info description="ClipMan, a clipboard manager." title="${app.name}"
           vendor="David Barts &lt;n5jrn@me.com&gt;"
           copyright="© MMXX, David W. Barts"/>