You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/02/22 16:32:27 UTC

svn commit: r154859 - in lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin: crawl_and_index.sh crawl_and_index.xml feeds.properties feeds.properties.sample

Author: gregor
Date: Tue Feb 22 07:32:25 2005
New Revision: 154859

URL: http://svn.apache.org/viewcvs?view=rev&rev=154859
Log:
Updated library references in ant targets

Added:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/feeds.properties
      - copied unchanged from r154714, lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/feeds.properties.sample
Removed:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/feeds.properties.sample
Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.sh
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.xml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.sh
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.sh?view=diff&r1=154858&r2=154859
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.sh (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.sh Tue Feb 22 07:32:25 2005
@@ -27,7 +27,7 @@
 
 JAVA_XMX=64M
 
-CLASSPATH=$WEBAPP_DIR/WEB-INF/classes:$LIB_DIR/log4j-1.2.8.jar:$LIB_DIR/xercesImpl-2.6.1.jar:$LIB_DIR/xml-apis.jar:$LIB_DIR/excalibur-io-1.1.jar:$LIB_DIR/xml-commons-resolver-1.1.jar:$LIB_DIR/websphinx.jar
+CLASSPATH=$WEBAPP_DIR/WEB-INF/classes:$LIB_DIR/log4j-1.2.8.jar:$LIB_DIR/xercesImpl-2.6.1.jar:$LIB_DIR/xml-apis.jar:$LIB_DIR/excalibur-io-1.1.jar:$LIB_DIR/xml-commons-resolver-1.1.jar:$LIB_DIR/websphinx-0.5.jar
 
 echo "INFO: classpath = $CLASSPATH"
 
@@ -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.3.jar
 
         INDEX_DIR=$2
 	WORD=$3

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.xml?view=diff&r1=154858&r2=154859
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bin/crawl_and_index.xml Tue Feb 22 07:32:25 2005
@@ -51,8 +51,8 @@
     <pathelement path="${web-inf.dir}/lib/xalan-2.6.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.1.jar"/>
-    <pathelement path="${web-inf.dir}/lib/websphinx.jar"/>
+    <pathelement path="${web-inf.dir}/lib/lucene-1.4.3.jar"/>
+    <pathelement path="${web-inf.dir}/lib/websphinx-0.5.jar"/>
     <pathelement path="${web-inf.dir}/lib/xml-commons-resolver-1.1.jar"/>
   </path>
 



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