remove web.external.xml external XML entity

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@410893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-06-01 17:27:48 +00:00
parent 1501cc364c
commit 4ce2a2d2a2
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" [
<!ENTITY web.external.xml SYSTEM "../../../conf/web.external.xml">
]>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<!-- Uncomment if you are trying to use a Resin version before 3.0.19.
@ -52,8 +50,4 @@
<url-pattern>/admin/ping</url-pattern>
</servlet-mapping>
<!-- use this to include your own extensions to web.xml
&web.external.xml;
-->
</web-app>