You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2011/02/02 00:18:26 UTC

svn commit: r1066266 - /incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat

Author: jkosin
Date: Tue Feb  1 23:18:26 2011
New Revision: 1066266

URL: http://svn.apache.org/viewvc?rev=1066266&view=rev
Log:
OPENNLP-112: revertign last change

Modified:
    incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat

Modified: incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat?rev=1066266&r1=1066265&r2=1066266&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat (original)
+++ incubator/opennlp/trunk/opennlp-distr/src/main/bin/opennlp.bat Tue Feb  1 23:18:26 2011
@@ -26,6 +26,6 @@ IF "%JAVA_CMD%" == "" (
 )
 
 REM #  Should work with Windows XP and greater.  If not, specify the path to where it is installed.
-IF "%OPENNLP_HOME%" == "" SET OPENNLP_HOME=%~sp0..
+IF "%OPENNLP_HOME%" == "" SET OPENNLP_HOME=.
 
 %JAVA_CMD% -Xmx4096m -jar %OPENNLP_HOME%\lib\opennlp-tools-*.jar %*