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

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

gdl-frontend: added a GWT example that uses another self-defined GWT widget

File size: 547 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3xmlns="http://java.sun.com/xml/ns/javaee"
4xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
6http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
7        <!-- TODO: Add <servlet> tags for each servlet here. -->
8        <!-- TODO: Add <servlet-mapping> tags for each <servlet> here. -->
9        <!-- TODO: Optionally add a <welcome-file-list> tag to display a welcome file. -->
10</web-app>
Note: See TracBrowser for help on using the repository browser.