You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2008/08/15 15:55:50 UTC

svn commit: r686212 - /lucene/mahout/trunk/examples/build.xml

Author: gsingers
Date: Fri Aug 15 06:55:50 2008
New Revision: 686212

URL: http://svn.apache.org/viewvc?rev=686212&view=rev
Log:
make the examples job task include the Mahout core distribution

Modified:
    lucene/mahout/trunk/examples/build.xml

Modified: lucene/mahout/trunk/examples/build.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/build.xml?rev=686212&r1=686211&r2=686212&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/build.xml (original)
+++ lucene/mahout/trunk/examples/build.xml Fri Aug 15 06:55:50 2008
@@ -359,6 +359,7 @@
       <zipfileset dir="${dest}/classes"/>
       <zipfileset dir="${lib}" prefix="lib"
                   includes="**/*.jar" excludes="hadoop-*.jar"/>
+      <zipfileset dir="${basedir}/../core/dist/" prefix="lib" includes="apache-mahout-core-${version}.jar"/>
     </jar>
   </target>