You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2011/07/27 10:49:14 UTC

svn commit: r1151384 - /tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml

Author: fmoga
Date: Wed Jul 27 08:49:14 2011
New Revision: 1151384

URL: http://svn.apache.org/viewvc?rev=1151384&view=rev
Log:
Add rat excludes for jQuery and a plain text file

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml?rev=1151384&r1=1151383&r2=1151384&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml Wed Jul 27 08:49:14 2011
@@ -85,6 +85,16 @@
                               <exclude>tuscany-sca-2.0-SNAPSHOT-src/modules/binding-comet-runtime/src/main/resources/jquery.json-2.2.min.js</exclude>
                               <exclude>tuscany-sca-2.0-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/utils/simplejson/*</exclude>
                               <exclude>tuscany-sca-2.0-SNAPSHOT-src/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-comet/chat-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-comet/pubsub-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-comet/weather-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-comet/autocomplete-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-comet/autocomplete-webapp/src/main/resources/countries.txt</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-websocket/chat-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-websocket/pubsub-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-websocket/weather-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-websocket/autocomplete-webapp/src/main/webapp/jquery/jquery-1.4.2.min.js</exclude>
+                              <exclude>tuscany-sca-2.0-SNAPSHOT-src/samples/learning-more/binding-websocket/autocomplete-webapp/src/main/resources/countries.txt</exclude>
                            </excludes>
                         </configuration>
                     </plugin>