You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/09/09 00:33:50 UTC

svn commit: rev 43548 - incubator/lenya/trunk/src/webapp/lenya/bin

Author: michi
Date: Wed Sep  8 15:33:49 2004
New Revision: 43548

Modified:
   incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.sh
   incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml
Log:
Lucene version fixed

Modified: incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.sh
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.sh	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.sh	Wed Sep  8 15:33:49 2004
@@ -57,7 +57,7 @@
         echo "Target: $1"
         echo "=========================================================="
         echo ""
-        CLASSPATH=$CLASSPATH:$LIB_DIR/lucene-1.4-rc3.jar
+        CLASSPATH=$CLASSPATH:$LIB_DIR/lucene-1.4.1.jar
 
         INDEX_DIR=$2
 	WORD=$3

Modified: incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml	Wed Sep  8 15:33:49 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: crawl_and_index.xml,v 1.40 2004/07/29 05:56:16 michi Exp $ -->
+<!-- $Id$ -->
 
 <project default="main" basedir=".">
 
@@ -51,7 +51,7 @@
     <pathelement path="${web-inf.dir}/lib/endorsed/xalan-2.5.0.jar"/>
     <pathelement path="${web-inf.dir}/lib/log4j-1.2.8.jar"/>
     <pathelement path="${web-inf.dir}/lib/excalibur-io-1.1.jar"/>
-    <pathelement path="${web-inf.dir}/lib/lucene-1.4-rc3.jar"/>
+    <pathelement path="${web-inf.dir}/lib/lucene-1.4.1.jar"/>
     <pathelement path="${web-inf.dir}/lib/websphinx.jar"/>
     <pathelement path="${web-inf.dir}/lib/xml-commons-resolver-1.1.jar"/>
   </path>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org