diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/cardbasecli.xml | 5 |
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 |