summaryrefslogtreecommitdiffstats
path: root/build/package/start.sh
blob: 8c2afaa925f16854180152c6a66c266c1986c011 (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.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