Author: anathaniel
Date: Thu Apr 17 16:08:34 2008
New Revision: 649327
URL: http://svn.apache.org/viewvc?rev=649327&view=rev
Log:
Stuck with Lucene 1.4.3
Modified:
cocoon/branches/BRANCH_2_1_X/lib/jars.xml
Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?rev=649327&r1=649326&r2=649327&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Thu Apr 17 16:08:34 2008
@@ -556,12 +556,13 @@
<file>
<title>Search engine</title>
<description>
- jakarta-lucene is a search engine toolkit designed for indexing and
- searching of documents.
+ Apache Lucene is a high-performance, full-featured text search engine library written
entirely in Java.
+ It is a technology suitable for nearly any application that requires full-text search,
especially cross-platform.
</description>
<used-by>Lucene block</used-by>
+ <!-- Lucene 1.4.3 is the last release for JVM 1.3. -->
<lib>optional/lucene-1.4.3.jar</lib>
- <homepage>http://lucene.apache.org/</homepage>
+ <homepage>http://lucene.apache.org/java/</homepage>
</file>
<file>
|