/[projects]/miscJava/SpejdernetScraper/src/main/webapp/WEB-INF/web.xml
ViewVC logotype

Contents of /miscJava/SpejdernetScraper/src/main/webapp/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2456 - (show annotations) (download) (as text)
Fri Mar 20 13:42:28 2015 UTC (9 years, 2 months ago) by torben
File MIME type: text/xml
File size: 414 byte(s)
switch to maven
1 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
4 http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
5 version="3.0">
6
7 <display-name>SpejdernetScraper</display-name>
8
9 <welcome-file-list>
10 <welcome-file>index.html</welcome-file>
11 </welcome-file-list>
12
13
14 </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20