Revision: 9875
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9875&view=rev
Author:   dnaber
Date:     2013-04-04 21:46:27 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
the "--version" parameter of languagetool-commandline.jar now also prints the 
build date

Modified Paths:
--------------
    
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/Main.java
    trunk/languagetool/languagetool-standalone/CHANGES.txt

Modified: 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/Main.java
===================================================================
--- 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/Main.java
    2013-04-04 21:42:07 UTC (rev 9874)
+++ 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/Main.java
    2013-04-04 21:46:27 UTC (rev 9875)
@@ -459,7 +459,7 @@
       System.exit(1);
     }
     if (options.isPrintVersion()) {
-      System.out.println("LanguageTool version " + JLanguageTool.VERSION);
+      System.out.println("LanguageTool version " + JLanguageTool.VERSION + " 
(" + JLanguageTool.BUILD_DATE + ")");
       System.exit(0);
     }
     if (options.isPrintLanguages()) {

Modified: trunk/languagetool/languagetool-standalone/CHANGES.txt
===================================================================
--- trunk/languagetool/languagetool-standalone/CHANGES.txt      2013-04-04 
21:42:07 UTC (rev 9874)
+++ trunk/languagetool/languagetool-standalone/CHANGES.txt      2013-04-04 
21:46:27 UTC (rev 9875)
@@ -13,6 +13,10 @@
 
  -Updated Tika (used for language detection) from 0.9 to 1.3
 
+ -The "--version" parameter of languagetool-commandline.jar now also prints
+  the build date
+
+
 2.1 (2013-03-31)
 
  -Breton:

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to