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 yo...@apache.org on 2006/04/18 18:08:24 UTC

svn commit: r394977 - /incubator/solr/trunk/src/webapp/WEB-INF/web.xml

Author: yonik
Date: Tue Apr 18 09:08:24 2006
New Revision: 394977

URL: http://svn.apache.org/viewcvs?rev=394977&view=rev
Log:
add resin version to web.xml comment

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

Modified: incubator/solr/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/WEB-INF/web.xml?rev=394977&r1=394976&r2=394977&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/WEB-INF/web.xml (original)
+++ incubator/solr/trunk/src/webapp/WEB-INF/web.xml Tue Apr 18 09:08:24 2006
@@ -7,9 +7,9 @@
 -->
 <web-app>
 
-  <!-- Uncomment if you are trying to use Resin.  Their XML implementation
-    isn't entirely compatible with Xerces.  Below are the implementations to use
-    with Sun's JVM.
+  <!-- Uncomment if you are trying to use a Resin version before 3.0.19.
+    Their XML implementation isn't entirely compatible with Xerces.
+    Below are the implementations to use with Sun's JVM.
   <system-property javax.xml.xpath.XPathFactory=
              "com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl"/>
   <system-property javax.xml.parsers.DocumentBuilderFactory=