You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2008/05/12 13:38:23 UTC

svn commit: r655476 - in /lucene/mahout/trunk/core: taste-build.properties taste-build.xml

Author: srowen
Date: Mon May 12 04:38:23 2008
New Revision: 655476

URL: http://svn.apache.org/viewvc?rev=655476&view=rev
Log:
Continue assimilation -- remove old Taste build.properties file.

Removed:
    lucene/mahout/trunk/core/taste-build.properties
Modified:
    lucene/mahout/trunk/core/taste-build.xml

Modified: lucene/mahout/trunk/core/taste-build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/taste-build.xml?rev=655476&r1=655475&r2=655476&view=diff
==============================================================================
--- lucene/mahout/trunk/core/taste-build.xml (original)
+++ lucene/mahout/trunk/core/taste-build.xml Mon May 12 04:38:23 2008
@@ -22,7 +22,15 @@
 
 <project basedir="." default="build" name="mahout-taste">
 
-  <property file="taste-build.properties"/>
+  <property file="build.properties"/>
+
+  <property name="axis.jars" location="lib/axis/"/>
+  <property name="dbcp.jar" location="lib/commons-dbcp-1.2.2.jar"/>
+  <property name="junit.jar" location="lib/junit-3.8.2.jar"/>
+  <property name="pool.jar" location="lib/commons-pool-1.4.jar"/>
+  <property name="proguard.jar" location="lib/proguard.jar"/>
+  <property name="servlet.jar" location="lib/servlet-api.jar"/>
+
   <property environment="env"/>
   <property name="name" value="${ant.project.name}"/>
   <property name="release-jar" value="${name}.jar"/>