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:31 UTC

svn commit: r154860 - in lenya/trunk/src/webapp/lenya/bin: crawl_and_index.sh crawl_and_index.xml util.xml

Author: gregor
Date: Tue Feb 22 07:32:30 2005
New Revision: 154860

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

Removed:
    lenya/trunk/src/webapp/lenya/bin/crawl_and_index.sh
Modified:
    lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml
    lenya/trunk/src/webapp/lenya/bin/util.xml

Modified: lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml?view=diff&r1=154859&r2=154860
==============================================================================
--- lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml (original)
+++ lenya/trunk/src/webapp/lenya/bin/crawl_and_index.xml Tue Feb 22 07:32:30 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>
 

Modified: lenya/trunk/src/webapp/lenya/bin/util.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/bin/util.xml?view=diff&r1=154859&r2=154860
==============================================================================
--- lenya/trunk/src/webapp/lenya/bin/util.xml (original)
+++ lenya/trunk/src/webapp/lenya/bin/util.xml Tue Feb 22 07:32:30 2005
@@ -15,17 +15,9 @@
   limitations under the License.
 -->
 
-<!-- $Id: util.xml,v 1.14 2004/05/12 22:02:38 michi Exp $ -->
-
-<project default="main" basedir=".">
-
-
-
-<target name="main" description="Says Hi">
-  <echo>Hi</echo>
-</target>
-
+<!-- $Id$ -->
 
+<project default="init" basedir=".">
 
 
 <target name="init">
@@ -57,20 +49,6 @@
 
   <java classname="org.apache.lenya.ac.Password">
     <arg value="${password}"/>
-    <classpath refid="class.path"/>
-  </java>
-</target>
-
-
-
-<target name="ssi" description="Server Side Include" depends="init">
-  <echo>INFO: Server Side Include</echo>
-
-  <java classname="org.apache.lenya.util.SSI">
-    <arg value="ssi.html"/>
-<!--
-    <arg value="../../../../ssi.html"/>
--->
     <classpath refid="class.path"/>
   </java>
 </target>



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