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 2010/02/09 10:27:54 UTC

svn commit: r907984 - /lucene/mahout/trunk/src/main/assembly/bin.xml

Author: srowen
Date: Tue Feb  9 09:27:53 2010
New Revision: 907984

URL: http://svn.apache.org/viewvc?rev=907984&view=rev
Log:
MAHOUT-283

Modified:
    lucene/mahout/trunk/src/main/assembly/bin.xml

Modified: lucene/mahout/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/src/main/assembly/bin.xml?rev=907984&r1=907983&r2=907984&view=diff
==============================================================================
--- lucene/mahout/trunk/src/main/assembly/bin.xml (original)
+++ lucene/mahout/trunk/src/main/assembly/bin.xml Tue Feb  9 09:27:53 2010
@@ -11,6 +11,7 @@
   <moduleSets>
     <moduleSet>
       <includes>
+        <include>org.apache.mahout:mahout-collections</include>
         <include>org.apache.mahout:mahout-math</include>
         <include>org.apache.mahout:mahout-core</include>
         <include>org.apache.mahout:mahout-utils</include>
@@ -49,6 +50,10 @@
     </fileSet>
     <fileSet>
       <directory>math/target/apidocs</directory>
+      <outputDirectory>docs/mahout-collections</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>math/target/apidocs</directory>
       <outputDirectory>docs/mahout-math</outputDirectory>
     </fileSet>
     <fileSet>