aboutsummaryrefslogtreecommitdiffstats
path: root/build/package/start.sh
blob: b7faad9be348bba7c19ab4ac98a6e77e5b96019b (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 $VAADIN_PARAMETERS