You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/23 11:06:11 UTC

svn commit: r1234721 - in /directory/apacheds/trunk/service: apacheds.bat apacheds.sh

Author: pamarcelot
Date: Mon Jan 23 10:06:10 2012
New Revision: 1234721

URL: http://svn.apache.org/viewvc?rev=1234721&view=rev
Log:
Moved launch scripts to the latest snapshot version.

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

Modified: directory/apacheds/trunk/service/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.bat?rev=1234721&r1=1234720&r2=1234721&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.bat (original)
+++ directory/apacheds/trunk/service/apacheds.bat Mon Jan 23 10:06:10 2012
@@ -19,7 +19,7 @@ REM under the License. 
 
 REM this script starts ApacheDS (as non-windows-service)
 
-IF NOT exist target/apacheds-service-2.0.0-M4-SNAPSHOT.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M5-SNAPSHOT.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 
@@ -43,5 +43,5 @@ set DEF_EXT_OP_REQ="-Ddefault.extendedOp
 
 set DEF_EXT_OP_RESP="-Ddefault.extendedOperation.responses=org.apache.directory.shared.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-M4-SNAPSHOT.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-M5-SNAPSHOT.jar %cd%/target/instance
    

Modified: directory/apacheds/trunk/service/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.sh?rev=1234721&r1=1234720&r2=1234721&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.sh (original)
+++ directory/apacheds/trunk/service/apacheds.sh Mon Jan 23 10:06:10 2012
@@ -18,7 +18,7 @@
 # under the License.
 
 # The final jar
-JAR=target/apacheds-service-2.0.0-M4-SNAPSHOT.jar
+JAR=target/apacheds-service-2.0.0-M5-SNAPSHOT.jar
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then