summaryrefslogtreecommitdiff
path: root/src/server/gwt/Fridge-compile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-20 14:06:06 +0000
committerbjorn <bjorn@bringert.net>2008-11-20 14:06:06 +0000
commitb56a06fdda47e49faf35df0408282fabac0f3c78 (patch)
treebd93b1d97caff298c17805b12d4b1168104b888c /src/server/gwt/Fridge-compile
parent61507730e85c2f35150d650e4cb2b7d00e99395c (diff)
gwt: rearragne html files and paths to get nicer URLs.
Diffstat (limited to 'src/server/gwt/Fridge-compile')
-rw-r--r--src/server/gwt/Fridge-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/gwt/Fridge-compile b/src/server/gwt/Fridge-compile
index 7e9af5d2c..89a7f5fb9 100644
--- a/src/server/gwt/Fridge-compile
+++ b/src/server/gwt/Fridge-compile
@@ -16,4 +16,4 @@ fi
LIBS=$APPDIR/lib/gwt-dnd-2.5.6.jar
-java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" se.chalmers.cs.gf.gwt.FridgeApp;
+java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www/fridge" "$@" se.chalmers.cs.gf.gwt.FridgeApp;