You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2013/12/15 14:17:23 UTC

svn commit: r1551021 - in /mahout/trunk: CHANGELOG distribution/src/main/assembly/bin.xml

Author: smarthi
Date: Sun Dec 15 13:17:22 2013
New Revision: 1551021

URL: http://svn.apache.org/r1551021
Log:
MAHOUT-1377: Exclude JUnit.jar from tarball

Modified:
    mahout/trunk/CHANGELOG
    mahout/trunk/distribution/src/main/assembly/bin.xml

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1551021&r1=1551020&r2=1551021&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Sun Dec 15 13:17:22 2013
@@ -8,6 +8,8 @@ Release 0.9 - unreleased
 
   MAHOUT-1378: Running Random Forest with Ignored features fails when loading feature descriptor from JSON file (Sam Wu via smarthi)
 
+  MAHOUT-1377: Exclude JUnit.jar from tarball (Sergey Svinarchuk via smarthi)
+
   MAHOUT-1370: Vectordump doesn't write to output file in MapReduce Mode (smarthi)
 
   MAHOUT-1368: Convert OnlineSummarizer to use the new TDigest (tdunning)

Modified: mahout/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/src/main/assembly/bin.xml?rev=1551021&r1=1551020&r2=1551021&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/bin.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/bin.xml Sun Dec 15 13:17:22 2013
@@ -34,6 +34,7 @@
       <excludes>
         <exclude>mahout-*</exclude>
         <exclude>hadoop-*</exclude>
+		<exclude>junit-*</exclude>
       </excludes>
       <outputDirectory>lib</outputDirectory>
     </fileSet>