You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/09/09 00:08:16 UTC

svn commit: rev 43546 - in cocoon/branches/BRANCH_2_1_X: . legal lib src/blocks/lucene/lib

Author: antonio
Date: Wed Sep  8 15:08:15 2004
New Revision: 43546

Added:
   cocoon/branches/BRANCH_2_1_X/legal/lucene-1.4.1.jar.license.txt
      - copied unchanged from rev 43486, cocoon/branches/BRANCH_2_1_X/legal/lucene-1.4-final.jar.license.txt
   cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.4.1.jar   (contents, props changed)
Removed:
   cocoon/branches/BRANCH_2_1_X/legal/lucene-1.4-final.jar.license.txt
   cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.4-final.jar
Modified:
   cocoon/branches/BRANCH_2_1_X/lib/jars.xml
   cocoon/branches/BRANCH_2_1_X/status.xml
Log:
Update lucene to 1.4.1

Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml	Wed Sep  8 15:08:15 2004
@@ -588,7 +588,7 @@
       searching of documents.
     </description>
     <used-by>Lucene block</used-by>
-    <lib>lucene/lib/lucene-1.4-final.jar</lib>
+    <lib>lucene/lib/lucene-1.4.1.jar</lib>
     <homepage>http://jakarta.apache.org/lucene/</homepage>
   </file>
 

Added: cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.4.1.jar
==============================================================================
Binary file. No diff available.

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml	Wed Sep  8 15:08:15 2004
@@ -205,7 +205,7 @@
   <changes>
  <release version="@version@" date="@date@">
    <action dev="AG" type="update">
-     Updated jexl to 1.0
+     Updated jexl to 1.0, lucene to 1.4.1
    </action>
    <action dev="DC" type="add" fixes-bug="30321" due-to="Colin Adams">
      Selector for matching the request headers using a regular expression.