summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties')
-rw-r--r--java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index c02f116ccd..0000000000
--- a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
-# OASIS trademark, IPR and other policies apply.
-#
-
-# OASIS SCA Assembly test properties
-# The implementation type to use for Assembly test suite
-# org.oasis.sca.tests.assembly.lang=BPEL
-org.oasis.sca.tests.assembly.lang=Java
-
-# The class to use as the Runtime Bridge for the SCA runtime under test
-# - use client.TuscanyRuntimeBridge for the OSGi runtime
-# - use tuscany.TuscanyRuntimeBridge for the Java runtime
-# org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge
-org.oasis.sca.tests.assembly.runtime_bridge=org.apache.tuscany.sca.otest.TuscanyRuntimeBridge
-
-# 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=../%1/target/tuscany-otests-asm-%1.jar
-