Author: vines
Date: Wed Jan  2 18:29:05 2013
New Revision: 1427892

URL: http://svn.apache.org/viewvc?rev=1427892&view=rev
Log:
ACCUMULO-872 - accumulo base will not include the native libraries at all


Modified:
    accumulo/trunk/assemble/   (props changed)
    accumulo/trunk/assemble/pom.xml

Propchange: accumulo/trunk/assemble/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/assemble:r1427864

Modified: accumulo/trunk/assemble/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/assemble/pom.xml?rev=1427892&r1=1427891&r2=1427892&view=diff
==============================================================================
--- accumulo/trunk/assemble/pom.xml (original)
+++ accumulo/trunk/assemble/pom.xml Wed Jan  2 18:29:05 2013
@@ -260,7 +260,7 @@
                         <type>perm</type>
                         <prefix>/usr/lib/accumulo/lib</prefix>
                       </mapper>
-                      <excludes>**/.svn/**</excludes>
+                      <excludes>**/.svn/**,**/lib/native/**</excludes>
                     </data>
                     <data>
                       <src>${accumulo-top}/NOTICE</src>


Reply via email to