

litesoft
@ 567
litesoft / trunk / GWT_Sandbox / MultiModuleSingleSrc / groupFront / src / org / litesoft / sandbox / multimodule / groupfront / GroupFront.gwt.xml
1 2 3 4 5 6 7 8 9 10 |
<!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"> <module> <!-- Inherit the core Web Toolkit stuff. --> <inherits name='org.litesoft.sandbox.multimodule.foundation.Foundation'/> <!-- Specify the app entry point class. --> <entry-point class='org.litesoft.sandbox.multimodule.main.client.groupfront.entrypoint.GroupFront'/> </module> |