Sign in
gwt
/
gwt
/
eb452bd8ef999aaa8bb6ba40a800f3636d7b9cab
/
.
/
distro-source
/
src
/
benchmarkViewer
blob: 8672c6fc8ef0712e181df0ef9f75b539026e7332 [
file
]
#!/bin/sh
APPDIR
=
`dirname $0`
;
java
-
Dcom
.
google
.
gwt
.
junit
.
reportPath
=
"$1"
-
cp
"$APPDIR/gwt-dev.jar"
com
.
google
.
gwt
.
dev
.
RunWebApp
-
port auto $APPDIR
/
gwt
-
benchmark
-
viewer
.
war
;