Author: antelder
Date: Mon May 17 15:10:15 2010
New Revision: 945201
URL: http://svn.apache.org/viewvc?rev=945201&view=rev
Log:
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
Modified:
tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml?rev=945201&r1=945200&r2=945201&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml Mon May 17
15:10:15 2010
@@ -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>