SOLR-3309: Change <web-app /> to use "javaee" namespace instead of "j2ee"

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-05-23 15:30:07 +00:00
parent ec1649300c
commit c24efa0a9b
1 changed files with 3 additions and 2 deletions

View File

@ -15,13 +15,14 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" <web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5" version="2.5"
metadata-complete="true" metadata-complete="true"
> >
<!-- Uncomment if you are trying to use a Resin version before 3.0.19. <!-- Uncomment if you are trying to use a Resin version before 3.0.19.
Their XML implementation isn't entirely compatible with Xerces. Their XML implementation isn't entirely compatible with Xerces.
Below are the implementations to use with Sun's JVM. Below are the implementations to use with Sun's JVM.