diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 14:08:29 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 14:08:29 +0000 |
commit | 81cd69790c9bce22fa3c5b29b34f92b6bb3f9fae (patch) | |
tree | 19d948f7dd03c89bd94a483a6dc3ce795175b4f5 /sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties | |
parent | 9d1a4c4a37542c22a7b29d9f1dab2a196fecc5a2 (diff) |
Update assmebly test properties to not include the version in the cointribution name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928784 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties b/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties index 8f677a5953..0d8cc27a45 100644 --- a/sca-java-2.x/trunk/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties +++ b/sca-java-2.x/trunk/compliance-tests/assembly/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=target/oasis-contributions/%1-1.0.zip
+org.oasis.sca.tests.assembly.contribution.location=target/oasis-contributions/%1.zip
|