You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/03/24 09:31:09 UTC

svn commit: r388455 - /incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix

Author: gnodet
Date: Fri Mar 24 00:31:08 2006
New Revision: 388455

URL: http://svn.apache.org/viewcvs?rev=388455&view=rev
Log:
Fix unix startup script: change dir to servicemix home and remove installation/deployment hacks

Modified:
    incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix

Modified: incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix?rev=388455&r1=388454&r2=388455&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix (original)
+++ incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix Fri Mar 24 00:31:08 2006
@@ -247,9 +247,7 @@
 
 run() {
     # Compensate for funky hot-deploy issues
-    rm -rf ../wdir
-    touch ../install/*.zip
-    touch ../deploy/*.zip
+    cd $SERVICEMIX_HOME
     # For Cygwin, switch paths to Windows format before running java
     if $cygwin; then
         SERVICEMIX_HOME=`cygpath --path --windows "$SERVICEMIX_HOME"`