From 39686a4a4bb8edfa3db9453d105862d8d8f9ac91 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 16 Sep 2010 09:49:30 +0000 Subject: Fix to match structure of trunk/compliance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997659 13f79535-47bb-0310-9956-ffa450edef68 --- otest/newlayout/oasis-assembly-test-runner/pom.xml | 14 ++++++++++++++ .../src/test/resources/oasis-sca-tests.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'otest') diff --git a/otest/newlayout/oasis-assembly-test-runner/pom.xml b/otest/newlayout/oasis-assembly-test-runner/pom.xml index c3ac4d7010..9dbb41c0ae 100644 --- a/otest/newlayout/oasis-assembly-test-runner/pom.xml +++ b/otest/newlayout/oasis-assembly-test-runner/pom.xml @@ -162,6 +162,20 @@ + + add-test-resource + generate-sources + + add-test-resource + + + + + src/main/resources + + + + diff --git a/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties b/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties index e6aed5ad95..a4012f9ea2 100644 --- a/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties +++ b/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties @@ -28,5 +28,5 @@ org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.Tuscany # The location of the contributions for the test suite # %1 represents the placement of the name of each contribution into the location URI -org.oasis.sca.tests.assembly.contribution.location=../sca-assembly/%1/target/%1.zip +org.oasis.sca.tests.assembly.contribution.location=./target/oasis-contributions/sca-assembly/%1/target/%1.zip -- cgit v1.2.3