source: trunk/playground/GWT-Examples/GWT_MyModule/war/WEB-INF/web.xml

Last change on this file was 486, checked in by lgiessmann, 13 years ago

gdl-frontend: added an example of a individual composite widget to playground/GWT-Examples

File size: 327 bytes
Line 
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
6<web-app>
7 
8  <!-- Default page to serve -->
9  <welcome-file-list>
10    <welcome-file>GWT_MyModule.html</welcome-file>
11  </welcome-file-list>
12
13</web-app>
Note: See TracBrowser for help on using the repository browser.