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:34:01 UTC

svn commit: r1189206 - /incubator/mrunit/trunk/src/main/assembly/dist.xml

Author: brock
Date: Wed Oct 26 13:34:01 2011
New Revision: 1189206

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

Modified:
    incubator/mrunit/trunk/src/main/assembly/dist.xml

Modified: incubator/mrunit/trunk/src/main/assembly/dist.xml
URL: http://svn.apache.org/viewvc/incubator/mrunit/trunk/src/main/assembly/dist.xml?rev=1189206&r1=1189205&r2=1189206&view=diff
==============================================================================
--- incubator/mrunit/trunk/src/main/assembly/dist.xml (original)
+++ incubator/mrunit/trunk/src/main/assembly/dist.xml Wed Oct 26 13:34:01 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>