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

svn commit: r1547475 - /mahout/trunk/examples/src/main/assembly/job.xml

Author: sslavic
Date: Tue Dec  3 16:51:51 2013
New Revision: 1547475

URL: http://svn.apache.org/r1547475
Log:
Removed no longer applicable exclusion filter for high-scale-lib from examples job assembly descriptor

Modified:
    mahout/trunk/examples/src/main/assembly/job.xml

Modified: mahout/trunk/examples/src/main/assembly/job.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/src/main/assembly/job.xml?rev=1547475&r1=1547474&r2=1547475&view=diff
==============================================================================
--- mahout/trunk/examples/src/main/assembly/job.xml (original)
+++ mahout/trunk/examples/src/main/assembly/job.xml Tue Dec  3 16:51:51 2013
@@ -39,11 +39,6 @@
       <useTransitiveFiltering>true</useTransitiveFiltering>
       <excludes>
         <exclude>org.apache.hadoop:hadoop-core</exclude>
-        <!-- This jar contains a LICENSE file in the combined package. Another JAR includes
-          a licenses/ directory. That's OK except when unpacked on case-insensitive file
-          systems like Mac HFS+. Since this isn't really needed, we just remove it. -->
-        <exclude>com.github.stephenc.high-scale-lib:high-scale-lib</exclude>
-
       </excludes>
     </dependencySet>
   </dependencySets>