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 2011/09/09 17:45:25 UTC

svn commit: r1167253 - in /directory/apacheds/tags/2.0.0-M3/service: apacheds.bat apacheds.sh

Author: elecharny
Date: Fri Sep  9 15:45:25 2011
New Revision: 1167253

URL: http://svn.apache.org/viewvc?rev=1167253&view=rev
Log:
Brutally change the ApacheDS version to 2.0.0-M3 in the tags... I know, it's bad, but otherwise the tag is bad

Modified:
    directory/apacheds/tags/2.0.0-M3/service/apacheds.bat
    directory/apacheds/tags/2.0.0-M3/service/apacheds.sh

Modified: directory/apacheds/tags/2.0.0-M3/service/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M3/service/apacheds.bat?rev=1167253&r1=1167252&r2=1167253&view=diff
==============================================================================
--- directory/apacheds/tags/2.0.0-M3/service/apacheds.bat (original)
+++ directory/apacheds/tags/2.0.0-M3/service/apacheds.bat Fri Sep  9 15:45:25 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-M4-SNAPSHOT.jar GOTO :MVN
+IF NOT exist target/apacheds-service-2.0.0-M3.jar GOTO :MVN
    echo "Service jar exists"
    GOTO :JAVA
 

Modified: directory/apacheds/tags/2.0.0-M3/service/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M3/service/apacheds.sh?rev=1167253&r1=1167252&r2=1167253&view=diff
==============================================================================
--- directory/apacheds/tags/2.0.0-M3/service/apacheds.sh (original)
+++ directory/apacheds/tags/2.0.0-M3/service/apacheds.sh Fri Sep  9 15:45:25 2011
@@ -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-M3.jar
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then