You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2011/12/06 21:11:01 UTC

svn commit: r1211080 - in /incubator/accumulo/trunk: pom.xml src/assemble/dist.xml

Author: vines
Date: Tue Dec  6 20:11:01 2011
New Revision: 1211080

URL: http://svn.apache.org/viewvc?rev=1211080&view=rev
Log:
ACCUMULO-25 - walogs and logs are properly ignored by rat and the tarring.

Modified:
    incubator/accumulo/trunk/pom.xml
    incubator/accumulo/trunk/src/assemble/dist.xml

Modified: incubator/accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/pom.xml?rev=1211080&r1=1211079&r2=1211080&view=diff
==============================================================================
--- incubator/accumulo/trunk/pom.xml (original)
+++ incubator/accumulo/trunk/pom.xml Tue Dec  6 20:11:01 2011
@@ -328,6 +328,8 @@
                 <exclude>conf/monitor*</exclude>
                 <exclude>conf/tracers*</exclude>
                 <exclude>conf/gc*</exclude>
+                <exclude>logs/*</exclude>
+                <exclude>walogs/*</exclude>
                 <exclude>contrib/accumulo_sample/*/src/test/resources/enwiki-20110901-001.xml</exclude>
                 <exclude>**/MANIFEST.MF</exclude>
                 <exclude>**/__init__.py</exclude>

Modified: incubator/accumulo/trunk/src/assemble/dist.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/assemble/dist.xml?rev=1211080&r1=1211079&r2=1211080&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/assemble/dist.xml (original)
+++ incubator/accumulo/trunk/src/assemble/dist.xml Tue Dec  6 20:11:01 2011
@@ -47,8 +47,8 @@
         <exclude>**/accumulo-env.sh</exclude>
         <exclude>**/continuous-env.sh</exclude>
         <exclude>**bin/**</exclude>
-        <exclude>**logs/**</exclude>
-        <exclude>**walogs/**</exclude>
+        <exclude>logs/**</exclude>
+        <exclude>walogs/**</exclude>
         <exclude>**.*</exclude>
       </excludes>
     </fileSet>
@@ -59,8 +59,8 @@
         <exclude>**/*.py</exclude>
         <exclude>**/*.pl</exclude>
         <exclude>**/*.sh</exclude>
-        <exclude>walogs</exclude>
-        <exclude>logs</exclude>
+        <exclude>walogs/**</exclude>
+        <exclude>logs/**</exclude>
         <exclude>bin/**</exclude>
 
         <!-- the following directories ignored because they should not be in the tarball -->