summaryrefslogtreecommitdiff
path: root/src/server/gwt
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
parent61507730e85c2f35150d650e4cb2b7d00e99395c (diff)
gwt: rearragne html files and paths to get nicer URLs.
Diffstat (limited to 'src/server/gwt')
-rw-r--r--src/server/gwt/Fridge-compile2
-rw-r--r--src/server/gwt/Fridge-shell-external2
-rw-r--r--src/server/gwt/FridgeApp.launch2
-rw-r--r--src/server/gwt/Translate-compile2
-rw-r--r--src/server/gwt/Translate-shell-external2
-rw-r--r--src/server/gwt/TranslateApp.launch2
-rw-r--r--src/server/gwt/www/fridge/index.html (renamed from src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Fridge.html)2
-rw-r--r--src/server/gwt/www/translate/index.html (renamed from src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Translate.html)2
8 files changed, 8 insertions, 8 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;
diff --git a/src/server/gwt/Fridge-shell-external b/src/server/gwt/Fridge-shell-external
index 5434038b9..1209047ed 100644
--- a/src/server/gwt/Fridge-shell-external
+++ b/src/server/gwt/Fridge-shell-external
@@ -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.GWTShell -out "$APPDIR/www" -noserver "$@" http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.FridgeApp/Fridge.html;
+java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTShell -out "$APPDIR/www" -noserver "$@" http://localhost:41296/fridge/;
diff --git a/src/server/gwt/FridgeApp.launch b/src/server/gwt/FridgeApp.launch
index 69acf02d0..dc0d1fe68 100644
--- a/src/server/gwt/FridgeApp.launch
+++ b/src/server/gwt/FridgeApp.launch
@@ -15,7 +15,7 @@
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.FridgeApp/Fridge.html"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost:41296/fridge/"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="GF-GWT"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/>
</launchConfiguration>
diff --git a/src/server/gwt/Translate-compile b/src/server/gwt/Translate-compile
index 3feec0315..42c02da33 100644
--- a/src/server/gwt/Translate-compile
+++ b/src/server/gwt/Translate-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.TranslateApp;
+java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www/translate" "$@" se.chalmers.cs.gf.gwt.TranslateApp;
diff --git a/src/server/gwt/Translate-shell-external b/src/server/gwt/Translate-shell-external
index fc2688bd4..b1e58f019 100644
--- a/src/server/gwt/Translate-shell-external
+++ b/src/server/gwt/Translate-shell-external
@@ -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.GWTShell -out "$APPDIR/www" -noserver "$@" http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html;
+java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTShell -out "$APPDIR/www" -noserver "$@" http://localhost:41296/translate/;
diff --git a/src/server/gwt/TranslateApp.launch b/src/server/gwt/TranslateApp.launch
index 8eff471c2..bde6c0643 100644
--- a/src/server/gwt/TranslateApp.launch
+++ b/src/server/gwt/TranslateApp.launch
@@ -15,7 +15,7 @@
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost:41296/translate/"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="GF-GWT"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/>
</launchConfiguration>
diff --git a/src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Fridge.html b/src/server/gwt/www/fridge/index.html
index 2686838f6..b530946d5 100644
--- a/src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Fridge.html
+++ b/src/server/gwt/www/fridge/index.html
@@ -19,7 +19,7 @@
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
- <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.FridgeApp.nocache.js"></script>
+ <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.FridgeApp/se.chalmers.cs.gf.gwt.FridgeApp.nocache.js"></script>
</head>
<!-- -->
diff --git a/src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Translate.html b/src/server/gwt/www/translate/index.html
index f3fc1da8c..8bad4c250 100644
--- a/src/server/gwt/src/se/chalmers/cs/gf/gwt/public/Translate.html
+++ b/src/server/gwt/www/translate/index.html
@@ -19,7 +19,7 @@
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
- <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.TranslateApp.nocache.js"></script>
+ <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.TranslateApp/se.chalmers.cs.gf.gwt.TranslateApp.nocache.js"></script>
</head>
<!-- -->