Last change
on this file was
490,
checked in by lgiessmann, 13 years ago
|
gdl-frontend: added the main startup project for the gdl-frontend
|
File size:
351 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 | <!-- Servlets --> |
---|
9 | |
---|
10 | |
---|
11 | <!-- Default page to serve --> |
---|
12 | <welcome-file-list> |
---|
13 | <welcome-file>GDL_Widgets.html</welcome-file> |
---|
14 | </welcome-file-list> |
---|
15 | |
---|
16 | </web-app> |
---|
Note: See
TracBrowser
for help on using the repository browser.