Sign in
gwt
/
gwt
/
85de7baa7d4e2ec7f9b4f8c6d66649b22d48f537
/
.
/
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>