You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/04 16:56:55 UTC

svn commit: r1357284 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Wed Jul  4 14:56:55 2012
New Revision: 1357284

URL: http://svn.apache.org/viewvc?rev=1357284&view=rev
Log:
exclude NOTICE files from RAT check
exclude bootstrap and jquery resources from RAT check

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1357284&r1=1357283&r2=1357284&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Jul  4 14:56:55 2012
@@ -762,7 +762,7 @@
                 <configuration>
                   <excludes>
                     <exclude>**/any23-gcode-CHANGES.txt</exclude>
-                    <exclude>**/NOTICE-with-deps.txt</exclude>
+                    <exclude>**/NOTICE-*.txt</exclude>
                     <exclude>DISCLAIMER.txt</exclude>
                     <exclude>LICENSE.txt</exclude>
                     <exclude>NOTICE.txt</exclude>
@@ -792,9 +792,8 @@
                     <exclude>**/cli/rover-test1.nq</exclude>
                     <!-- resources ALv2 compatible resources -->
                     <exclude>**/css/bootstrap.min.css</exclude>
-                    <exclude>**/simplePopup/jquery-1.4.2.js</exclude>
-                    <exclude>**/simplePopup/simplePopup.css</exclude>
-                    <exclude>**/simplePopup/simplePopup.js</exclude>
+                    <exclude>**/js/bootstrap-modal.js</exclude>
+                    <exclude>**/js/jquery-1.7.2.min.js</exclude>
                     <exclude>**/missing-og-namespace.html</exclude>
                   </excludes>
                 </configuration>