Revision: 6471
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6471&view=rev
Author:   dnaber
Date:     2012-02-06 18:32:51 +0000 (Mon, 06 Feb 2012)
Log Message:
-----------
fix LT call - package names had changed in LT 1.6

Modified Paths:
--------------
    trunk/website/www/usage/index.php

Modified: trunk/website/www/usage/index.php
===================================================================
--- trunk/website/www/usage/index.php   2012-02-06 18:28:21 UTC (rev 6470)
+++ trunk/website/www/usage/index.php   2012-02-06 18:32:51 UTC (rev 6471)
@@ -2,7 +2,7 @@
 $page = "usage";
 $title = "LanguageTool";
 $title2 = "Usage";
-$lastmod = "2012-01-03 20:20:00 CET";
+$lastmod = "2012-02-06 20:20:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -77,7 +77,7 @@
 </matches>'); ?>
 
        <p>The server can also be started on the command line using this 
command:<br />
-       <tt>java -cp LanguageTool.jar 
de.danielnaber.languagetool.server.HTTPServer</tt>
+       <tt>java -cp LanguageTool.jar org.languagetool.server.HTTPServer</tt>
 
        </li>
 

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to