You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ry...@apache.org on 2007/07/30 19:20:19 UTC

svn commit: r561050 - /lucene/solr/trunk/src/webapp/WEB-INF/web.xml

Author: ryan
Date: Mon Jul 30 10:20:18 2007
New Revision: 561050

URL: http://svn.apache.org/viewvc?view=rev&rev=561050
Log:
change UTF8 to ASCII

Modified:
    lucene/solr/trunk/src/webapp/WEB-INF/web.xml

Modified: lucene/solr/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/WEB-INF/web.xml?view=diff&rev=561050&r1=561049&r2=561050
==============================================================================
--- lucene/solr/trunk/src/webapp/WEB-INF/web.xml (original)
+++ lucene/solr/trunk/src/webapp/WEB-INF/web.xml Mon Jul 30 10:20:18 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more