aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-06-20 12:13:34 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-06-20 12:13:34 +0200
commit59174889aba82c64ae63e0a5622d6cbcab63dc39 (patch)
treebd3575169e68d0582a3244b3009e30c4df348394 /build
parent46c25bd120e853834e61cb321a4f75e3e71aa21d (diff)
Refactored hash, fixed ant build script
Diffstat (limited to 'build')
-rw-r--r--build/cardbasecli.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/cardbasecli.xml b/build/cardbasecli.xml
index 6490ae6..90b8b47 100644
--- a/build/cardbasecli.xml
+++ b/build/cardbasecli.xml
@@ -8,7 +8,7 @@
<property name="dist.dir" location="dist" />
<property name="lib.dir" value="lib" />
<property name="res.dir" value="res" />
- <property name="main-class" value="eu.equalparts.cardbase.standalone.CardbaseCLI" />
+ <property name="main-class" value="eu.equalparts.cardbase.cli.CardbaseCLI" />
<!-- Clean up temporary directories -->
<target name="clean" description="clean up">
@@ -71,7 +71,4 @@
<!-- Produce a standalone, runnable jar -->
<target name="deploy" depends="clean, compile, jar" />
- <!-- Deploy, add header and set permission to run on Linux -->
- <target name="cli" depends="deploy, shebang" />
-
</project> \ No newline at end of file