You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by br...@apache.org on 2011/10/26 15:35:34 UTC

svn commit: r1189207 - in /incubator/mrunit/branches/mrunit-0.5.0: ./ src/main/assembly/dist.xml

Author: brock
Date: Wed Oct 26 13:35:33 2011
New Revision: 1189207

URL: http://svn.apache.org/viewvc?rev=1189207&view=rev
Log:
Merge 1189206 from trunk (MRUNIT-35: Include DISCLAIMER and BUILD in artifact

Modified:
    incubator/mrunit/branches/mrunit-0.5.0/   (props changed)
    incubator/mrunit/branches/mrunit-0.5.0/src/main/assembly/dist.xml

Propchange: incubator/mrunit/branches/mrunit-0.5.0/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct 26 13:35:33 2011
@@ -1,3 +1,3 @@
 /hadoop/core/branches/branch-0.19/mapred/src/contrib/mrunit:713112
 /hadoop/core/trunk/src/contrib/mrunit:776175-786373
-/incubator/mrunit/trunk:1189151
+/incubator/mrunit/trunk:1189151,1189206

Modified: incubator/mrunit/branches/mrunit-0.5.0/src/main/assembly/dist.xml
URL: http://svn.apache.org/viewvc/incubator/mrunit/branches/mrunit-0.5.0/src/main/assembly/dist.xml?rev=1189207&r1=1189206&r2=1189207&view=diff
==============================================================================
--- incubator/mrunit/branches/mrunit-0.5.0/src/main/assembly/dist.xml (original)
+++ incubator/mrunit/branches/mrunit-0.5.0/src/main/assembly/dist.xml Wed Oct 26 13:35:33 2011
@@ -36,6 +36,8 @@
       <directory>${project.basedir}</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
+        <include>DISCLAIMER*</include>
+        <include>BUILD*</include>
         <include>README*</include>
         <include>LICENSE*</include>
         <include>NOTICE*</include>