summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 20:36:02 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 20:36:02 +0000
commit3ab88505030fccad43563207ae97226f652ce206 (patch)
treec59a07369fd597e34537aac59421726e84375fc4 /branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml
parent9c0d7eda738c8523490cfe3d0d5f94078d1f6613 (diff)
Fix TUSCANY-3171 (domain manager does not load definitions.xml files)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml')
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml b/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml
new file mode 100644
index 0000000000..1379b37dce
--- /dev/null
+++ b/branches/sca-java-1.5.1/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
+ <contribution location="file:./cloud"
+ uri="http://tuscany.apache.org/cloud" />
+ <contribution location="file:../../../../payment/target/itest-domainmgr-transaction-payment.jar"
+ uri="scatours-payment" />
+</workspace>