You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/02/26 18:23:35 UTC

svn commit: r1450291 - /directory/apacheds/trunk/service/apacheds.bat

Author: elecharny
Date: Tue Feb 26 17:23:35 2013
New Revision: 1450291

URL: http://svn.apache.org/r1450291
Log:
Updated the file to rever to the latest version

Modified:
    directory/apacheds/trunk/service/apacheds.bat

Modified: directory/apacheds/trunk/service/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.bat?rev=1450291&r1=1450290&r2=1450291&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.bat (original)
+++ directory/apacheds/trunk/service/apacheds.bat Tue Feb 26 17:23:35 2013
@@ -20,7 +20,7 @@ REM under the License. 
 REM this script starts ApacheDS (as non-windows-service)
 
 REM IF NOT exist target/apacheds-service-*.jar GOTO :MVN
-IF NOT exist target/apacheds-service-2.0.0-M8.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M11.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 
@@ -44,5 +44,5 @@ set DEF_EXT_OP_REQ="-Ddefault.extendedOp
 
 set DEF_EXT_OP_RESP="-Ddefault.extendedOperation.responses=org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory"
 
-java %DEF_CTRLS% %EXT_CTRLS% %DEF_EXT_OP_REQ% %DEF_EXT_OP_RESP% -Dlog4j.configuration="file:///%cd%/target/instance/conf/log4j.properties" -jar target/apacheds-service-2.0.0-M8.jar %cd%/target/instance
+java %DEF_CTRLS% %EXT_CTRLS% %DEF_EXT_OP_REQ% %DEF_EXT_OP_RESP% -Dlog4j.configuration="file:///%cd%/target/instance/conf/log4j.properties" -jar target/apacheds-service-2.0.0-M11.jar %cd%/target/instance