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/08/18 14:04:49 UTC

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

Author: antonio
Date: Wed Aug 18 05:04:48 2004
New Revision: 36559

Added:
   cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.4-final.jar   (contents, props changed)
Removed:
   cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.3-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

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 Aug 18 05:04:48 2004
@@ -575,7 +575,7 @@
       searching of documents.
     </description>
     <used-by>Lucene block</used-by>
-    <lib>lucene/lib/lucene-1.3-final.jar</lib>
+    <lib>lucene/lib/lucene-1.4-final.jar</lib>
     <homepage>http://jakarta.apache.org/lucene/</homepage>
   </file>
 

Added: cocoon/branches/BRANCH_2_1_X/src/blocks/lucene/lib/lucene-1.4-final.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 Aug 18 05:04:48 2004
@@ -209,7 +209,7 @@
    <action dev="AG" type="update">
      Updated rhino to 1.5r4-20040629T1232, util.concurrent to 1.3.4, jcs to 1.1-dev-20040811,
      commons-jxpath to 1.2, commons-httpclient to 2.0.1, jdtcore to 3.0.0,
-     xreporter-expression to 20040701
+     xreporter-expression to 20040701, lucene to 1.4
    </action>
    <action dev="CZ" type="fix" fixes-bug="26854">
      A redirect is now possible, if it's called from flow. This also fixes bug #26571.