You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/05/17 17:10:15 UTC

svn commit: r945201 - /tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml

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>