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"; %>