diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-27 14:35:20 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-27 14:35:20 +0000 |
commit | f568454d009fc467080b44c9050c0fd963ba4910 (patch) | |
tree | 82b8de6ac1fddd7ebb32715b4cead51a0078474d | |
parent | 2702c4fbc7bcdf8f782091b555c1d8e0f08c2a78 (diff) |
Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats easier to work with
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798163 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties index 54c7eeeb6f..c21778cc7d 100644 --- a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties +++ b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties @@ -9,7 +9,7 @@ org.oasis.sca.tests.assembly.lang=Java # The class to use as the Runtime Bridge for the SCA runtime under test -org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge +org.oasis.sca.tests.assembly.runtime_bridge=tuscany.TuscanyRuntimeBridge # The location of the contributions for the test suite # %1 represents the placement of the name of each contribution into the location URI |