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 2011/07/08 16:54:53 UTC

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

Author: pamarcelot
Date: Fri Jul  8 14:54:53 2011
New Revision: 1144347

URL: http://svn.apache.org/viewvc?rev=1144347&view=rev
Log:
Updated version in launch scripts.

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=1144347&r1=1144346&r2=1144347&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.bat (original)
+++ directory/apacheds/trunk/service/apacheds.bat Fri Jul  8 14:54:53 2011
@@ -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-M1.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M2-SNAPSHOT.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 
@@ -43,5 +43,5 @@ DEF_EXT_OP_REQ="-Ddefault.extendedOperat
 
 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-M1.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-M2-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=1144347&r1=1144346&r2=1144347&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.sh (original)
+++ directory/apacheds/trunk/service/apacheds.sh Fri Jul  8 14:54:53 2011
@@ -18,7 +18,7 @@
 # under the License.
 
 # The final jar
-JAR=target/apacheds-service-2.0.0-M1.jar
+JAR=target/apacheds-service-2.0.0-M2-SNAPSHOT.jar
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then