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/02/28 22:08:53 UTC

svn commit: r381782 - /incubator/solr/trunk/example/etc/jetty.xml

Author: yonik
Date: Tue Feb 28 13:08:51 2006
New Revision: 381782

URL: http://svn.apache.org/viewcvs?rev=381782&view=rev
Log:
remove javadoc context

Modified:
    incubator/solr/trunk/example/etc/jetty.xml

Modified: incubator/solr/trunk/example/etc/jetty.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/example/etc/jetty.xml?rev=381782&r1=381781&r2=381782&view=diff
==============================================================================
--- incubator/solr/trunk/example/etc/jetty.xml (original)
+++ incubator/solr/trunk/example/etc/jetty.xml Tue Feb 28 13:08:51 2006
@@ -113,6 +113,7 @@
         <!-- ======================================================= -->
         <!-- Configure a context directly - no XML parser required   -->
         <!-- ======================================================= -->
+        <!--
         <Item>
           <New id="javadocContext"  class="org.mortbay.jetty.handler.ContextHandler">
             <Set name="contextPath">/javadoc</Set>
@@ -144,6 +145,7 @@
             </Set>
           </New>
         </Item>
+        -->
 
       </Array>
     </Set>