summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 08:49:14 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 08:49:14 +0000
commit68c94fdf228f541c9ddb4934f5a49189e1ad17bb (patch)
treef32fecc2b6ffd1570ee31db11ed64b96f50e952c /sca-java-2.x/trunk
parent4a08daf3a3ce17546daeb7762ec0d162a4fcb474 (diff)
Add rat excludes for jQuery and a plain text file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml b/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml
index e91998b4f0..ae865f220a 100644
--- a/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/distribution/src-distro-rat/pom.xml
@@ -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>