Last change
on this file was
476,
checked in by lgiessmann, 13 years ago
|
changed the fundamentals code sections
|
File size:
354 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 | <!-- Default page to serve --> |
---|
11 | <welcome-file-list> |
---|
12 | <welcome-file>GWT_JSNI_example.html</welcome-file> |
---|
13 | </welcome-file-list> |
---|
14 | |
---|
15 | </web-app> |
---|
Note: See
TracBrowser
for help on using the repository browser.