]> source.dussan.org Git - gwtquery.git/commitdiff
Added stuff for Eclipse GWT plugin
authorManolo Carrasco <manolo@apache.org>
Sat, 1 May 2010 07:47:15 +0000 (07:47 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 1 May 2010 07:47:15 +0000 (07:47 +0000)
war/WEB-INF/web.xml [new file with mode: 0644]
war/index.html [new file with mode: 0644]

diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml
new file mode 100644 (file)
index 0000000..e725374
--- /dev/null
@@ -0,0 +1,2 @@
+<web-app>
+</web-app>
diff --git a/war/index.html b/war/index.html
new file mode 100644 (file)
index 0000000..6f17887
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+  </head>
+  <body>
+    <script type="text/javascript">
+       // a workaround for capturing and passing gwt.codesvr parameter in development mode
+       function goTo(location) {
+          window.location = location + window.location.search;
+       }
+    </script>
+    <ul>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQuerySample/GwtQuerySample.html')">gwtquery.samples.GwtQuerySample/GwtQuerySample.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryDemo/GwtQueryDemo.html')">gwtquery.samples.GwtQueryDemo/GwtQueryDemo.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryEffects/GwtQueryEffects.html')">gwtquery.samples.GwtQueryEffects/GwtQueryEffects.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.html')">gwtquery.samples.GwtQueryWidgets/GwtQueryWidgets.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryPlugin/GwtQueryPlugin.html')">gwtquery.samples.GwtQueryPlugin/GwtQueryPlugin.html</a></li>
+<li><a href="javascript:goTo('gwtquery.samples.GwtQueryBench/GwtQueryBench.html')">gwtquery.samples.GwtQueryBench/GwtQueryBench.html</a></li>
+    </ul>
+  </body>
+</html>