Subversion Repository Public Repository

litesoft

Diff Revisions 338 vs 340 for /trunk/GWT_Sandbox/CS_IDEA/src/org/litesoft/sandbox/csapp/CSapp.gwt.xml

Diff revisions: vs.
  @@ -1,5 +1,5 @@
1 1 <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.0//EN" "http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd">
2 - <module rename-to="CSapp">
2 + <module rename-to="v1">
3 3
4 4 <!-- Inherit the core Web Toolkit stuff. -->
5 5 <inherits name='com.google.gwt.user.User'/>
  @@ -7,7 +7,4 @@
7 7 <!-- Specify the app entry point class. -->
8 8 <entry-point class='org.litesoft.sandbox.csapp.client.CSapp'/>
9 9
10 - <!-- Specify the app servlets. -->
11 - <servlet path='/CSappService' class='org.litesoft.sandbox.csapp.server.CSappServiceImpl'/>
12 -
13 10 </module>