renaming Jakarta Lucene to Apache Lucene

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@379599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-02-21 21:48:07 +00:00
parent c641a71f01
commit 02033e26bb
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
To build the Jakarta Lucene web app demo just run
"ant war-demo" from the Jakarta Lucene Installation
To build the Apache Lucene web app demo just run
"ant war-demo" from the Apache Lucene Installation
directory (follow the master instructions in
BUILD.txt). If you have questions please post
them to the Jakarta Lucene mailing lists. To
them to the Apache Lucene mailing lists. To
actually figure this out you really need to
read the Lucene "Getting Started" guide provided
with the doc build ("ant docs").

View File

@ -1,7 +1,7 @@
<%
/* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net) */
String appTitle = "Jakarta Lucene Example - Intranet Server Search Application";
String appTitle = "Apache Lucene Example - Intranet Server Search Application";
/* make sure you point the below string to the index you created with IndexHTML */
String indexLocation = "/opt/lucene/index";
String appfooter = "Jakarta Lucene Template WebApp 1.0";
String appfooter = "Apache Lucene Template WebApp 1.0";
%>