You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/04/21 16:03:50 UTC

svn commit: r531031 - /directory/apacheds/trunk/server-main/apacheds.sh

Author: seelmann
Date: Sat Apr 21 07:03:49 2007
New Revision: 531031

URL: http://svn.apache.org/viewvc?view=rev&rev=531031
Log:
Updated to version 1.5.1

Modified:
    directory/apacheds/trunk/server-main/apacheds.sh

Modified: directory/apacheds/trunk/server-main/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-main/apacheds.sh?view=diff&rev=531031&r1=531030&r2=531031
==============================================================================
--- directory/apacheds/trunk/server-main/apacheds.sh (original)
+++ directory/apacheds/trunk/server-main/apacheds.sh Sat Apr 21 07:03:49 2007
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-server-main-1.5.0-SNAPSHOT-app.jar ] ; then
+if [ -e target/apacheds-server-main-1.5.1-SNAPSHOT-app.jar ] ; then
   echo uber jar exists
 else
   echo uber jar not found need to build it
   mvn clean assembly:assembly
 fi
 
-java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.5.0-SNAPSHOT-app.jar server.xml 
+java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.5.1-SNAPSHOT-app.jar server.xml