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 2004/01/09 12:04:32 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/search lucene.xml

gregor      2004/01/09 03:04:32

  Modified:    src/webapp/lenya/bin crawl_and_index.sh crawl_and_index.xml
                        util.xml
               src/targets init-build.xml
               src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/search
                        lucene.xml
  Log:
  upgrade to lucene 1.3 final
  
  Revision  Changes    Path
  1.26      +1 -2      cocoon-lenya/src/webapp/lenya/bin/crawl_and_index.sh
  
  Index: crawl_and_index.sh
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/bin/crawl_and_index.sh,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- crawl_and_index.sh	9 Jan 2004 10:37:08 -0000	1.25
  +++ crawl_and_index.sh	9 Jan 2004 11:04:32 -0000	1.26
  @@ -9,7 +9,6 @@
   JAVA=/usr/lib/j2sdk1.4/bin/java
   
   XPDF=$HOME/bin/xpdf-2.02pl1-linux/pdftotext
  -#XPDF=$HOME/bin/xpdf-2.01-linux/pdftotext
   
   CLASSPATH=$WEBAPP_DIR/WEB-INF/classes:$LIB_DIR/log4j-1.2.7.jar:$LIB_DIR/xercesImpl-2.5.0.jar:$LIB_DIR/xml-apis.jar:$LIB_DIR/excalibur-io-1.1.jar
   
  @@ -23,7 +22,7 @@
           echo "Target: $1"
           echo "=========================================================="
           echo ""
  -        CLASSPATH=$CLASSPATH:$LIB_DIR/lucene-1.3-dev1.jar
  +        CLASSPATH=$CLASSPATH:$LIB_DIR/lucene-1.3.jar
           echo "INFO: classpath = $CLASSPATH"
   
           LUCENE_CONF=$2
  
  
  
  1.22      +1 -1      cocoon-lenya/src/webapp/lenya/bin/crawl_and_index.xml
  
  Index: crawl_and_index.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/bin/crawl_and_index.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- crawl_and_index.xml	9 Jan 2004 10:35:24 -0000	1.21
  +++ crawl_and_index.xml	9 Jan 2004 11:04:32 -0000	1.22
  @@ -34,7 +34,7 @@
       <pathelement path="${lenya.dir.web-inf}/lib/xalan-2.5.1.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/log4j-1.2.3.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/excalibur-io-1.1.jar"/>
  -    <pathelement path="${lenya.dir.web-inf}/lib/lucene-1.3-dev1.jar"/>
  +    <pathelement path="${lenya.dir.web-inf}/lib/lucene-1.3.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/websphinx.jar"/>
     </path>
   </target>
  
  
  
  1.9       +1 -1      cocoon-lenya/src/webapp/lenya/bin/util.xml
  
  Index: util.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/bin/util.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- util.xml	13 Nov 2003 16:25:50 -0000	1.8
  +++ util.xml	9 Jan 2004 11:04:32 -0000	1.9
  @@ -31,7 +31,7 @@
       <pathelement path="${lenya.dir.web-inf}/lib/xalan-2.4.1.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/log4j-1.2.3.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/excalibur-io-1.1.jar"/>
  -    <pathelement path="${lenya.dir.web-inf}/lib/lucene-1.3-dev1.jar"/>
  +    <pathelement path="${lenya.dir.web-inf}/lib/lucene-1.3.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/websphinx.jar"/>
       <pathelement path="${lenya.dir.web-inf}/lib/jtidy-04aug2000r7-dev.jar"/>
     </path>
  
  
  
  1.22      +1 -1      cocoon-lenya/src/targets/init-build.xml
  
  Index: init-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/init-build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- init-build.xml	8 Jan 2004 14:15:40 -0000	1.21
  +++ init-build.xml	9 Jan 2004 11:04:32 -0000	1.22
  @@ -157,7 +157,7 @@
       <echo message="INFO: Patch Lucene"/>
       <copy todir="${build.webapp}" filtering="off">
         <fileset dir="${src.webapp.dir}">
  -        <include name="WEB-INF/lib/lucene-1.3-dev1.jar"/>
  +        <include name="WEB-INF/lib/lucene-1.3.jar"/>
         </fileset>
       </copy>
   
  
  
  
  1.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/search/lucene.xml
  
  Index: lucene.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/search/lucene.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lucene.xml	13 Nov 2003 23:31:25 -0000	1.3
  +++ lucene.xml	9 Jan 2004 11:04:32 -0000	1.4
  @@ -77,7 +77,7 @@
   </p>
   <source>
   <![CDATA[
  -/usr/local/j2sdk1.4.2/bin/java -classpath build/lenya/webapp/WEB-INF/classes:build/lenya/webapp/WEB-INF/lib/log4j-1.2.7.jar:build/lenya/webapp/WEB-INF/lib/xercesImpl-2.5.0.jar:build/lenya/webapp/WEB-INF/lib/xml-apis.jar:build/lenya/webapp/WEB-INF/lib/lucene-1.3-dev1.jar:build/lenya/webapp/WEB-INF/lib/excalibur-io-1.1.jar org.apache.lenya.lucene.index.Index src/webapp/lenya/pubs/oscom/config/search/lucene-cmfsMatrix.xconf true
  +/usr/local/j2sdk1.4.2/bin/java -classpath build/lenya/webapp/WEB-INF/classes:build/lenya/webapp/WEB-INF/lib/log4j-1.2.7.jar:build/lenya/webapp/WEB-INF/lib/xercesImpl-2.5.0.jar:build/lenya/webapp/WEB-INF/lib/xml-apis.jar:build/lenya/webapp/WEB-INF/lib/lucene-1.3.jar:build/lenya/webapp/WEB-INF/lib/excalibur-io-1.1.jar org.apache.lenya.lucene.index.Index src/webapp/lenya/pubs/oscom/config/search/lucene-cmfsMatrix.xconf true
   ]]>
   </source>
   </section>
  
  
  

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