Revision: 10479
          http://sourceforge.net/p/languagetool/code/10479
Author:   dnaber
Date:     2013-07-09 21:07:04 +0000 (Tue, 09 Jul 2013)
Log Message:
-----------
delete the *.jar files directly below "target", as they don't work on their own 
and only cause confusion

Modified Paths:
--------------
    trunk/languagetool/build.sh

Modified: trunk/languagetool/build.sh
===================================================================
--- trunk/languagetool/build.sh 2013-07-09 14:29:04 UTC (rev 10478)
+++ trunk/languagetool/build.sh 2013-07-09 21:07:04 UTC (rev 10479)
@@ -6,6 +6,7 @@
   echo "Usage: `basename $0` <project> <goals...>"
   echo "Examples:"
   echo "  ./`basename $0` languagetool-standalone clean package (will package 
the standalone module)"
+  echo "  ./`basename $0` languagetool-standalone clean package -DskipTests 
(as above but without running tests)"
   echo "  ./`basename $0` en clean test (will test the English module)"
   exit 1
 fi
@@ -21,3 +22,8 @@
 echo "Running: $COMMAND"
 
 $COMMAND
+
+# these don't work on their own, so delete them to avoid confusion:
+rm languagetool-standalone/target/languagetool-standalone-*.jar
+rm languagetool-wikipedia/target/languagetool-wikipedia-*.jar
+rm languagetool-commandline/target/languagetool-commandline-*.jar

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to