This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
examples/monitoring-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<!--
2
3
3
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
5
5
- Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2013-2016 Oracle and/or its affiliates. All rights reserved.
6
7
7
8
The contents of this file are subject to the terms of either the GNU
8
9
General Public License Version 2 only ("GPL") or the Common Development
39
40
holder.
40
41
41
42
-->
42
- <!DOCTYPE web-app PUBLIC
43
- "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
44
- "http://java.sun.com/dtd/web-app_2_3.dtd" >
45
43
46
- <web-app >
44
+ <web-app version = " 2.5 " xmlns = " http://java.sun.com/xml/ns/javaee " xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation = " http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd " >
47
45
<display-name >Archetype Created Web Application</display-name >
48
46
<servlet >
49
47
<servlet-name >org.glassfish.jersey.examples.monitoring.MyApplication</servlet-name >
You can’t perform that action at this time.
0 commit comments