You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/06/26 23:11:21 UTC

svn commit: r1354235 - /aries/trunk/parent/pom.xml

Author: cumminsh
Date: Tue Jun 26 21:11:21 2012
New Revision: 1354235

URL: http://svn.apache.org/viewvc?rev=1354235&view=rev
Log:
[ARIES-862] Small improvements to RAT configuration.

Modified:
    aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1354235&r1=1354234&r2=1354235&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Tue Jun 26 21:11:21 2012
@@ -223,7 +223,10 @@
                                 <exclude>**/appended-resources/**/*</exclude>
                                 <exclude>**/dependency-reduced-pom.xml</exclude> 
                                 <exclude>**/velocity.log</exclude>
+                                <exclude>**/DEPENDENCIES</exclude>
                                 <!-- manifest files don't support comments so don't contain the ASL2.0 header -->
+                                <exclude>**/APPLICATION.MF</exclude>
+                                <exclude>**/MANIFEST.MF</exclude>
                                 <exclude>**/*.MF</exclude>
                                 <!--RAT doesn't seem to recognize MIT style licenses-->
                                 <exclude>manual/src/styles/print.css</exclude>