summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-25 19:54:40 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-25 19:54:40 +0000
commite92746899e7e31cbe08fa2b8adaa07e60cd4ff84 (patch)
treeee40999ef7651b142fe00d66f3cb7b59b61da330 /java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml
parent2143f3e8871c475d443c6c2132e113c6698a8669 (diff)
Use file paths instead of file URLs as relative paths for file URLs are not supported
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788492 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml b/java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml
index 174ddbd6ab..1bda0ee4b7 100644
--- a/java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml
+++ b/java/sca/itest/nodes/two-nodes-two-vms-test/client-config.xml
@@ -29,8 +29,8 @@
<binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
<!-- Configure a list of contributions -->
- <contribution uri="iface" location="file:../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
- <contribution uri="client" location="file:../helloworld-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar">
+ <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="helloworld-client.composite"/>
</contribution>