diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-04-20 05:52:38 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-04-20 05:52:38 +0000 |
commit | c2a6543cbf31109a73166908cef09cc607d2a403 (patch) | |
tree | d1b93a3e0327cb3bbfd4310f1dc58ca4276ad496 /build/package | |
parent | 2bd4106c653cf87e63532977d43c787288cf4918 (diff) | |
download | vaadin-framework-c2a6543cbf31109a73166908cef09cc607d2a403.tar.gz vaadin-framework-c2a6543cbf31109a73166908cef09cc607d2a403.zip |
Merged all 5.4 build script and testing tools related changes to 6.0
svn changeset:7462/svn branch:6.0
Diffstat (limited to 'build/package')
-rw-r--r-- | build/package/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/start.sh b/build/package/start.sh index 448d318415..febda97e4c 100644 --- a/build/package/start.sh +++ b/build/package/start.sh @@ -4,4 +4,4 @@ if [ "$1" != "" ] ; then cd $1 fi -java -cp WebContent/demo/lib/jetty/jetty-6.1.7.jar:WebContent/demo/lib/jetty/jetty-util-6.1.7.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar:WebContent/WEB-INF/classes:WebContent/WEB-INF/src com.itmill.toolkit.launcher.ITMillToolkitDesktopMode +java -cp WebContent/demo/lib/jetty/jetty-6.1.7.jar:WebContent/demo/lib/jetty/jetty-util-6.1.7.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar:WebContent/WEB-INF/classes:WebContent/WEB-INF/src com.itmill.toolkit.launcher.ITMillToolkitDesktopMode $ITMILLTOOLKIT_PARAMETERS |