(file) Return to test.gwt.xml CVS log (file) (dir) Up to [Development] / GWTAntTasks / src / com / pjaol

 1 pjaol 1.1 <module>
 2           
 3           	<!-- Inherit the core Web Toolkit stuff.                  -->
 4           	<inherits name='com.google.gwt.user.User'/>
 5           	
 6           	
 7           	<!-- Specify the app entry point class.                   -->
 8           	<entry-point class='com.pjaol.client.test'/>
 9             	<servlet path="/testGWT" class="com.pjaol.server.TestGWTImpl"/>
10               
11           </module>

cvsadmin
Powered by
ViewCVS 0.9.2