diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 15:10:15 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 15:10:15 +0000 |
commit | 9bbbe4c3133e94eb1364ed831a6d14c39a70625d (patch) | |
tree | 0dde52d1d611d2a228acbf6acbf0064238c0416e /sca-java-2.x/trunk/compliance-tests/java-ci | |
parent | a1b6a841a82ddf5af4bf01ce0c80de0af0ef0e6d (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@945201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/java-ci')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml index e043c09031..4ef2a8acb5 100644 --- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml @@ -107,7 +107,7 @@ <artifactId>oasis-javaci-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>
|