You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/03/13 17:36:38 UTC

svn commit: r636801 - /directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh

Author: pamarcelot
Date: Thu Mar 13 09:36:32 2008
New Revision: 636801

URL: http://svn.apache.org/viewvc?rev=636801&view=rev
Log:
Fix for DIRSERVER-1136 (Unable to launch the server using the apacheds.sh shell script in the installers project). Removed lines that should not have been there.

Modified:
    directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh

Modified: directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh?rev=636801&r1=636800&r2=636801&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh (original)
+++ directory/installers/branches/bigbang/apacheds-noarch/apacheds.sh Thu Mar 13 09:36:32 2008
@@ -4,9 +4,6 @@
 else
   echo uber jar not found need to build it
   mvn clean assembly:assembly
-  jar -xvf target/apacheds-noarch-installer-1.5.2-SNAPSHOT-app.jar META-INF/MANIFEST.MF
-  echo "Class-path: myinterceptor.jar" >> META-INF/MANIFEST.MF 
-  jar -uf target/apacheds-noarch-installer-1.5.2-SNAPSHOT-app.jar  META-INF/MANIFEST.MF
 fi
 
 java -Dlog4j.debug -Dlog4j.configuration=file:./log4j.properties -jar target/apacheds-noarch-installer-1.5.2-SNAPSHOT-app.jar server.xml