Merge branch 'master' of https://github.com/klamonte/jexer
authorKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 27 Mar 2015 22:23:10 +0000 (18:23 -0400)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 27 Mar 2015 22:23:10 +0000 (18:23 -0400)
build.xml

index e4ee897cef16aa1f8aee35fbad8f0381ae5df945..5a76e1407322003124c7292a417f18a9ec88afc4 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -73,7 +73,7 @@
 
     <target name="clean-build" depends="clean,jar"/>
 
-    <target name="main" depends="clean,run"/>
+    <target name="build" depends="jar"/>
 
     <target name="doc" depends="docs"/>