PageRenderTime 17ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/war/WEB-INF/web.xml

http://gwt-mosaic.googlecode.com/
XML | 13 lines | 9 code | 3 blank | 1 comment | 0 complexity | 79bf0c02900320624aeb55a7c8a62e4b MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE web-app
  3. PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  4. "http://java.sun.com/dtd/web-app_2_3.dtd">
  5. <web-app>
  6. <!-- Default page to serve -->
  7. <welcome-file-list>
  8. <welcome-file>GWTMosaic.html</welcome-file>
  9. </welcome-file-list>
  10. </web-app>