blob: c38a3430e98110f1167a0b44da288bfd47cdaaee [file] [log] [blame]
gwt.team.scottbab0aa682006-12-06 23:14:19 +00001<module>
2 <!-- Module com.example.foo.Foo -->
3
4 <!-- Standard inherit. -->
5 <inherits name='com.google.gwt.user.User'/>
6
7 <!-- implicitly includes com.example.foo.client package -->
8
9 <!-- OPTIONAL STUFF FOLLOWS -->
10
11 <!-- It's okay for your module to declare an entry point. -->
12 <!-- This gets ignored when running under JUnit. -->
13 <entry-point class='com.example.foo.FooModule'/>
14
15 <!-- You can also test remote services during a JUnit run. -->
16 <servlet path='/foo' class='com.example.foo.server.FooServiceImpl'/>
17</module>