From 52f2ac03a88258506a73afa6aef2d63a9bd69be7 Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Mon, 27 Aug 2018 13:34:48 -0700 Subject: [PATCH] delete build artifacts --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 6499795..43a8959 100644 --- a/build.xml +++ b/build.xml @@ -74,7 +74,7 @@ <property name="store.jar.name" value="LiFiBenchmarkFat"/> <property name="store.dir" value="dist"/> <property name="store.jar" value="${store.dir}/${store.jar.name}.jar"/> - <echo message="Packaging ${application.title} into a single JAR at {${store.jar}"/> + <echo message="Packaging ${application.title} into a single JAR at ${store.jar}"/> <!--<delete dir="${store.dir}"/> <mkdir dir="${store.dir}"/> --> <jar destfile="${store.dir}/temp_final.jar" filesetmanifest="skip"> @@ -94,6 +94,8 @@ </fileset> </copy> <chmod dir="dist" perm="u=rwx,go=rx" includes="**/*.sh"/> - <delete file="dist/README.TXT"/> + <delete file="${dist.dir}/README.TXT"/> + <delete file="${dist.jar}"/> + <delete dir="${dist.dir}/lib"/> </target> </project> -- GitLab