Sign in
gwt
/
gwt
/
fdeba6c069d217b617c5b4145378b95670cb8b63
/
.
/
samples
/
hello
/
war
/
WEB-INF
/
web.xml
blob: 9a545f7a4c3785c8b5dd8a55208b96b5bdde031f [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<web-app>
<!-- Default page to serve -->
<welcome-file-list>
<welcome-file>
Hello.html
</welcome-file>
</welcome-file-list>
</web-app>