summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:14:18 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:14:18 +0000
commitfdd5b43d3c139cf2cbd1655d2efbfaf9032a5b5e (patch)
treebcd16e19fa4bbd45f956812be8b65f7a143b573f /branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain
parent3caf8614f25d6b1962e20331fdf423c863bc02f3 (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain')
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite9
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite13
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite9
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml8
4 files changed, 0 insertions, 39 deletions
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite b/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
deleted file mode 100644
index ca43648169..0000000000
--- a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<composite local="true" name="cloud"
- targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
- xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
- <include name="ns2:PaymentNode"
- uri="http://tuscany.apache.org/cloud"
- xmlns:ns2="http://tuscany.apache.org/cloud" />
-</composite>
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite b/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
deleted file mode 100644
index e61fd4c1a3..0000000000
--- a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
- xmlns:c="http://scatours"
- targetNamespace="http://tuscany.apache.org/cloud"
- name="PaymentNode">
- <component name="PaymentNode">
- <t:implementation.node uri="scatours-payment" composite="c:payment" />
- <service name="Node">
- <binding.ws uri="http://localhost:8081" />
- </service>
- </component>
-</composite>
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite b/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
deleted file mode 100644
index f03181ecc5..0000000000
--- a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<composite local="true" name="domain"
- targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
- xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
- <include name="ns2:payment"
- uri="scatours-payment"
- xmlns:ns2="http://scatours" />
-</composite>
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml b/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
deleted file mode 100644
index 9ee266671d..0000000000
--- a/branches/sca-java-1.5.1/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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-error-payment.jar"
- uri="scatours-payment" />
-</workspace>