summaryrefslogtreecommitdiffstats
path: root/build/package/start.sh
blob: 0dbf824d4395f8aa36cae080690f9f2491e17bb6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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.vaadin.launcher.ITMillToolkitDesktopMode $ITMILLTOOLKIT_PARAMETERS