You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/03/20 03:13:32 UTC

svn commit: r387106 - /directory/trunks/apacheds/server-main/apacheds.sh

Author: akarasulu
Date: Sun Mar 19 18:13:31 2006
New Revision: 387106

URL: http://svn.apache.org/viewcvs?rev=387106&view=rev
Log:
update shell script for latest version

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

Modified: directory/trunks/apacheds/server-main/apacheds.sh
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-main/apacheds.sh?rev=387106&r1=387105&r2=387106&view=diff
==============================================================================
--- directory/trunks/apacheds/server-main/apacheds.sh (original)
+++ directory/trunks/apacheds/server-main/apacheds.sh Sun Mar 19 18:13:31 2006
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-server-main-1.0-RC1-app.jar ] ; then
+if [ -e target/apacheds-server-main-1.1.0-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.0-RC1-app.jar server.xml 
+java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.1.0-SNAPSHOT-app.jar server.xml