You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/30 21:45:46 UTC

svn commit: r1237993 - /incubator/accumulo/branches/1.4/src/assemble/dist.xml

Author: ecn
Date: Mon Jan 30 20:45:45 2012
New Revision: 1237993

URL: http://svn.apache.org/viewvc?rev=1237993&view=rev
Log:
ACCUMULO-145: assembly descriptor did not include python files used for the functional tests

Modified:
    incubator/accumulo/branches/1.4/src/assemble/dist.xml

Modified: incubator/accumulo/branches/1.4/src/assemble/dist.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/assemble/dist.xml?rev=1237993&r1=1237992&r2=1237993&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/assemble/dist.xml (original)
+++ incubator/accumulo/branches/1.4/src/assemble/dist.xml Mon Jan 30 20:45:45 2012
@@ -42,6 +42,7 @@
         <include>conf/*.example</include>
         <include>conf/*_logger.xml</include>
         <include>conf/log4j.properties</include>
+        <include>**/*.py</include>
       </includes>
       <directoryMode>0700</directoryMode>
       <fileMode>0600</fileMode>