gwt.team.scottb | ab0aa68 | 2006-12-06 23:14:19 +0000 | [diff] [blame] | 1 | <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> |