From: Jani Laakso Date: Tue, 12 Feb 2008 11:48:05 +0000 (+0000) Subject: Fixed packaging startup scripts. X-Git-Tag: 6.7.0.beta1~5051 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfb716d884a6946d4dc88f3c68f6a3b466e74774;p=vaadin-framework.git Fixed packaging startup scripts. svn changeset:3780/svn branch:trunk --- diff --git a/build/package/start.bat b/build/package/start.bat index 08bd809566..6bb33d5de1 100644 --- a/build/package/start.bat +++ b/build/package/start.bat @@ -1 +1 @@ -@java -cp "WebContent\demo\lib\jetty\jetty-6.1.5.jar;WebContent\demo\lib\jetty\jetty-util-6.1.5.jar;WebContent\demo\lib\jetty\servlet-api-2.5-6.1.5.jar;WebContent\WEB-INF\classes" 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" com.itmill.toolkit.launcher.ITMillToolkitDesktopMode diff --git a/build/package/start.sh b/build/package/start.sh index 8c2afaa925..95b3d60bee 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.5.jar:WebContent/demo/lib/jetty/jetty-util-6.1.5.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.5.jar:WebContent/WEB-INF/classes 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 com.itmill.toolkit.launcher.ITMillToolkitDesktopMode