SOLR-393 removed duplicated contentType from raw-schema.jsp

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2007-11-06 14:05:45 +00:00
parent 4b3ae817b7
commit 1bcf8208ba
2 changed files with 3 additions and 2 deletions

View File

@ -197,6 +197,8 @@ Bug Fixes
11. SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to set path. 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 Other Changes
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the 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 build scripts to make two jars: apache-solr-1.3.jar and

View File

@ -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 Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
@ -31,4 +30,4 @@
if (len<=0) break; if (len<=0) break;
out.write(buf,0,len); out.write(buf,0,len);
} }
%> %>