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 2007/09/17 00:09:10 UTC

svn commit: r576189 - /directory/installers/trunk/apacheds-noarch/apacheds.bat

Author: elecharny
Date: Sun Sep 16 15:09:10 2007
New Revision: 576189

URL: http://svn.apache.org/viewvc?rev=576189&view=rev
Log:
removed ^M from files

Modified:
    directory/installers/trunk/apacheds-noarch/apacheds.bat

Modified: directory/installers/trunk/apacheds-noarch/apacheds.bat
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds-noarch/apacheds.bat?rev=576189&r1=576188&r2=576189&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/apacheds.bat (original)
+++ directory/installers/trunk/apacheds-noarch/apacheds.bat Sun Sep 16 15:09:10 2007
@@ -1,16 +1,16 @@
-@echo off
-
-REM this script starts ApacheDS (as non-windows-service)
-
-
-IF NOT exist target/apacheds-noarch-installer-1.5.1-app.jar GOTO :MVN
-   echo uber jar exists
-   GOTO :JAVA
-
-:MVN
-   echo uber jar not found need to build it
-   call mvn clean assembly:assembly
-   GOTO :JAVA
-
-:JAVA
-   java -Dlog4j.configuration="file:///%cd%/log4j.properties" -jar target/apacheds-noarch-installer-1.5.1-app.jar server.xml
+@echo off
+
+REM this script starts ApacheDS (as non-windows-service)
+
+
+IF NOT exist target/apacheds-noarch-installer-1.5.1-app.jar GOTO :MVN
+   echo uber jar exists
+   GOTO :JAVA
+
+:MVN
+   echo uber jar not found need to build it
+   call mvn clean assembly:assembly
+   GOTO :JAVA
+
+:JAVA
+   java -Dlog4j.configuration="file:///%cd%/log4j.properties" -jar target/apacheds-noarch-installer-1.5.1-app.jar server.xml