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 bi...@apache.org on 2007/11/06 15:05:46 UTC

svn commit: r592428 - in /lucene/solr/trunk: CHANGES.txt src/webapp/resources/admin/raw-schema.jsp

Author: billa
Date: Tue Nov  6 06:05:45 2007
New Revision: 592428

URL: http://svn.apache.org/viewvc?rev=592428&view=rev
Log:
SOLR-393 removed duplicated contentType from raw-schema.jsp

Modified:
    lucene/solr/trunk/CHANGES.txt
    lucene/solr/trunk/src/webapp/resources/admin/raw-schema.jsp

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=592428&r1=592427&r2=592428&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Tue Nov  6 06:05:45 2007
@@ -197,6 +197,8 @@
 
 11. SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to set path.
  
+12. SOLR-393: Removed duplicate contentType from raw-schema.jsp. (bill)
+
 Other Changes
  1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
     build scripts to make two jars: apache-solr-1.3.jar and 

Modified: lucene/solr/trunk/src/webapp/resources/admin/raw-schema.jsp
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/resources/admin/raw-schema.jsp?rev=592428&r1=592427&r2=592428&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/resources/admin/raw-schema.jsp (original)
+++ lucene/solr/trunk/src/webapp/resources/admin/raw-schema.jsp Tue Nov  6 06:05:45 2007
@@ -1,4 +1,3 @@
-<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%>
 <%--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -31,4 +30,4 @@
     if (len<=0) break;
     out.write(buf,0,len);
   }
-%>
\ No newline at end of file
+%>