You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2006/12/04 20:42:18 UTC

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

Author: jconlon
Date: Mon Dec  4 11:42:17 2006
New Revision: 482315

URL: http://svn.apache.org/viewvc?view=rev&rev=482315
Log:
updated name of uberjar

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

Modified: directory/trunks/apacheds/server-main/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-main/apacheds.sh?view=diff&rev=482315&r1=482314&r2=482315
==============================================================================
--- directory/trunks/apacheds/server-main/apacheds.sh (original)
+++ directory/trunks/apacheds/server-main/apacheds.sh Mon Dec  4 11:42:17 2006
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-server-main-1.1.0-SNAPSHOT-app.jar ] ; then
+if [ -e target/apacheds-server-main-1.5.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.1.0-SNAPSHOT-app.jar server.xml 
+java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.5.0-SNAPSHOT-app.jar server.xml