mirror of https://github.com/apache/lucene.git
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:
parent
4b3ae817b7
commit
1bcf8208ba
|
@ -197,6 +197,8 @@ Bug Fixes
|
|||
|
||||
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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
%>
|
||||
%>
|
||||
|
|
Loading…
Reference in New Issue