I thought it would be useful to share it here.
Index: jOpenDocument/build.xml =================================================================== --- jOpenDocument.orig/build.xml +++ jOpenDocument/build.xml @@ -104,5 +104,9 @@ <zipgroupfileset dir="lib" includes="*.jar" /> </jar> </target> + <target name="clean"> + <delete dir="build"/> + <delete dir="dist"/> + </target> </project>
signature.asc
Description: OpenPGP digital signature
