Description: Having ant build the jar after compiling classes
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-02-25

--- a/build.xml
+++ b/build.xml
@@ -67,7 +67,7 @@
   </target>
    
 
-   <target name="make" depends="compile"/>
+   <target name="make" depends="compile,jar"/>
 
    <target name="rebuild" depends="clean,compile"/>
 
