You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/08/22 09:56:38 UTC

svn commit: r1375923 - /mina/branches/2.0/pom.xml

Author: elecharny
Date: Wed Aug 22 07:56:38 2012
New Revision: 1375923

URL: http://svn.apache.org/viewvc?rev=1375923&view=rev
Log:
addd the NOTICE-bin.txt file in the excludes for apache-rat

Modified:
    mina/branches/2.0/pom.xml

Modified: mina/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0/pom.xml?rev=1375923&r1=1375922&r2=1375923&view=diff
==============================================================================
--- mina/branches/2.0/pom.xml (original)
+++ mina/branches/2.0/pom.xml Wed Aug 22 07:56:38 2012
@@ -655,6 +655,7 @@
               <exclude>**/.project</exclude>
               <exclude>**/.settings/**</exclude>
               <exclude>**/LICENSE.*</exclude>
+              <exclude>**/NOTICE-bin.txt</exclude>
               <exclude>**/resources/**</exclude>
             </excludes>
           </configuration>