aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/cardbasecli.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/cardbasecli.xml b/build/cardbasecli.xml
index 90b8b47..12c4c40 100644
--- a/build/cardbasecli.xml
+++ b/build/cardbasecli.xml
@@ -3,7 +3,7 @@
<property name="jar.name" value="cardbase" />
<property name="src.dir" location="src" />
- <property name="bin.dir" location="bin" />
+ <property name="bin.dir" location="tmpbin" />
<property name="build.dir" location="build" />
<property name="dist.dir" location="dist" />
<property name="lib.dir" value="lib" />
@@ -55,6 +55,7 @@
<attribute name="Class-Path" value="${classpath.name}" />
</manifest>
</jar>
+ <delete dir="${bin.dir}" />
</target>
<!-- Concatenate a the jar to a pre-set header and chmod 755 it -->