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" ?>
12<!--
23
34 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
45
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.
67
78 The contents of this file are subject to the terms of either the GNU
89 General Public License Version 2 only ("GPL") or the Common Development
3940 holder.
4041
4142-->
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" >
4543
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 " >
4745 <display-name >Archetype Created Web Application</display-name >
4846 <servlet >
4947 <servlet-name >org.glassfish.jersey.examples.monitoring.MyApplication</servlet-name >
You can’t perform that action at this time.
0 commit comments