Author: srowen
Date: Fri Aug 1 17:46:24 2008
New Revision: 681920
URL: http://svn.apache.org/viewvc?rev=681920&view=rev
Log:
Small fixes per Grant
Modified:
lucene/mahout/site/src/documentation/content/xdocs/taste.xml
lucene/mahout/trunk/core/taste-build.xml
Modified: lucene/mahout/site/src/documentation/content/xdocs/taste.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/site/src/documentation/content/xdocs/taste.xml?rev=681920&r1=681919&r2=681920&view=diff
==============================================================================
--- lucene/mahout/site/src/documentation/content/xdocs/taste.xml (original)
+++ lucene/mahout/site/src/documentation/content/xdocs/taste.xml Fri Aug 1
17:46:24 2008
@@ -126,7 +126,7 @@
<a href="http://www.grouplens.org/">http://www.grouplens.org/</a>.</li>
<li>Unpack the archive and copy <code>movies.dat</code> and
<code>ratings.dat</code> to
- <code>src/main/example/org/apache/mahout/cf/taste/example/grouplens</code>
under the Taste distribution
+ <code>src/main/examples/org/apache/mahout/cf/taste/example/grouplens</code>
under the Taste distribution
directory.</li>
<li>Build the example web application by executing <code>ant
build-grouplens-example</code> in the directory
where you unpacked the Taste distribution. This produces
<code>taste.war</code>.</li>
Modified: lucene/mahout/trunk/core/taste-build.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/taste-build.xml?rev=681920&r1=681919&r2=681920&view=diff
==============================================================================
--- lucene/mahout/trunk/core/taste-build.xml (original)
+++ lucene/mahout/trunk/core/taste-build.xml Fri Aug 1 17:46:24 2008
@@ -30,7 +30,7 @@
<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 name="hadoop.jar" location="lib/hadoop-0.17.0-core.jar"/>
+ <property name="hadoop.jar" location="lib/hadoop-0.17.1-core.jar"/>
<property name="slf4j-api.jar" location="lib/slf4j-api-1.5.0.jar"/>
<property name="slf4j.jar" location="lib/slf4j-jcl-1.5.0.jar"/>
<property name="commons-logging.jar"
location="lib/commons-logging-1.1.1.jar"/>