diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-06-28 12:51:11 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-06-28 12:51:11 +0200 |
commit | cd6a5c077874ac6baacc8b073195aaea81a1e247 (patch) | |
tree | 995a922ff323c445d82f7af9ee4dba53c591115c /build | |
parent | bf29c3d96160eeaa64f60a512a0a9f4d7c85167a (diff) |
Made good progress with introspective sort, fixed ant build issue, ant builds are now done on a different bin directory
Diffstat (limited to 'build')
-rw-r--r-- | build/cardbasecli.xml | 3 |
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 --> |