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/02 12:53:53 UTC

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

Author: simonetripodi
Date: Mon Jul  2 10:53:52 2012
New Revision: 1356175

URL: http://svn.apache.org/viewvc?rev=1356175&view=rev
Log:
excluded 3rd party provided resources, with a different but compatible licensing, 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=1356175&r1=1356174&r2=1356175&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 10:53:52 2012
@@ -789,6 +789,11 @@
                     <exclude>**/application/rdfn3/test3</exclude>
                     <exclude>**/application/rss1/test1</exclude>
                     <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>
                   </excludes>
                 </configuration>
               </execution>