diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-04 09:44:56 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-04 09:44:56 +0000 |
commit | cfe1ce937a74bb7df0d9f1dd44ef53e844f853cc (patch) | |
tree | 36cf6e8ec81edf504f1c4e505a703e2ccb4b69ca | |
parent | 71b732801839a043bfd6c7c55ad8b05468e68a06 (diff) |
fix cut and paste error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | otest/newlayout/tuscany-ws-test-runner/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otest/newlayout/tuscany-ws-test-runner/src/test/resources/oasis-sca-tests.properties b/otest/newlayout/tuscany-ws-test-runner/src/test/resources/oasis-sca-tests.properties index 1c9c109504..e8fde7805a 100644 --- a/otest/newlayout/tuscany-ws-test-runner/src/test/resources/oasis-sca-tests.properties +++ b/otest/newlayout/tuscany-ws-test-runner/src/test/resources/oasis-sca-tests.properties @@ -26,5 +26,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-jms/%1/target/%1.zip
+org.oasis.sca.tests.assembly.contribution.location=../sca-ws/%1/target/%1.zip
|