Re-enable servlet tag in DynaTable now that we validate. git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4774 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/dynatable/src/com/google/gwt/sample/dynatable/DynaTable.gwt.xml b/samples/dynatable/src/com/google/gwt/sample/dynatable/DynaTable.gwt.xml index 93ee3a3..72e28c1 100644 --- a/samples/dynatable/src/com/google/gwt/sample/dynatable/DynaTable.gwt.xml +++ b/samples/dynatable/src/com/google/gwt/sample/dynatable/DynaTable.gwt.xml
@@ -15,8 +15,5 @@ <module rename-to="dynatable"> <inherits name='com.google.gwt.user.User' /> <entry-point class='com.google.gwt.sample.dynatable.client.DynaTable' /> - <!-- - Re-enable this when we have web.xml validation. - <servlet path='/calendar' class='com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl'/> - --> + <servlet path='/calendar' class='com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl'/> </module>