blob: 834182482295bc776b4124a8e465cf43d6ea2cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# 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=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
org.oasis.sca.tests.assembly.contribution.location=../%1/target/tuscany-otests-asm-%1.jar
|