commit | c6cd95a82a09ce3b3eaf040db064e821d4305837 | [log] [tgz] |
---|---|---|
author | hmalphettes <hmalphettes@intalio.com> | Wed Dec 21 08:13:38 2011 +0800 |
committer | hmalphettes <hmalphettes@intalio.com> | Wed Dec 21 08:13:38 2011 +0800 |
tree | 2a16ad46dfec12152f3636a2eb2f453d18ea42ea | |
parent | 84773a14e634beced1326d65b3d0d66c72ecbf98 [diff] |
Fixes for macosx. Support for passing java system properties on the command line.
diff --git a/jetty-features/org.eclipse.jetty.product/jettyhome/start.sh b/jetty-features/org.eclipse.jetty.product/jettyhome/start.sh index 86df85b..9dfb3ce 100755 --- a/jetty-features/org.eclipse.jetty.product/jettyhome/start.sh +++ b/jetty-features/org.eclipse.jetty.product/jettyhome/start.sh
@@ -190,4 +190,4 @@ cmd="java $JAVA_OPTS -jar $startup $args$installArg$configurationArg$console$new_cmd_params" echo "Staring Equinox with $cmd" -#$cmd +$cmd