summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 15:12:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 15:12:52 +0000
commitbb97e8260998868953c29d71bec0e24c91410d71 (patch)
tree79171d0924b14fb5dc2aeac5fcfbb760d82dbe57 /sca-java-2.x/trunk/compliance-tests
parent9bbbe4c3133e94eb1364ed831a6d14c39a70625d (diff)
Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/policy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
index f0e84b386d..fc6a8d8b99 100644
--- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
@@ -122,7 +122,7 @@
<artifactId>oasis-policy-test-runner</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
- <excludes>commons-logging.properties,oasis-sca-tests.properties</excludes>
+ <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
</artifactItem>
</artifactItems>