Sign in
gwt
/
gwt
/
eb8ce0db4e16ccc17741d209f8bf0d63f48ec7d1
/
.
/
samples
/
simplexml
/
war
/
WEB-INF
/
web.xml
blob: 1a1909cdd30a020d1d4c92e69a31c25a605ddc1f [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<web-app>
<!-- Default page to serve -->
<welcome-file-list>
<welcome-file>
SimpleXML.html
</welcome-file>
</welcome-file-list>
</web-app>