From 02033e26bb7a29dcefd3855901444a41fce565ff Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Tue, 21 Feb 2006 21:48:07 +0000 Subject: [PATCH] renaming Jakarta Lucene to Apache Lucene git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@379599 13f79535-47bb-0310-9956-ffa450edef68 --- src/jsp/README.txt | 6 +++--- src/jsp/configuration.jsp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/jsp/README.txt b/src/jsp/README.txt index 82e3ee5b20a..31ae0637865 100644 --- a/src/jsp/README.txt +++ b/src/jsp/README.txt @@ -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"). diff --git a/src/jsp/configuration.jsp b/src/jsp/configuration.jsp index 940b6ac0cc9..3365a7c3400 100644 --- a/src/jsp/configuration.jsp +++ b/src/jsp/configuration.jsp @@ -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"; %>