summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:40 +0000
commitf9be2165328dc76f562938566057e89c0723fe08 (patch)
tree4b32774b0050ed2d0aeb05f9f22844d41cf13023 /sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes
parenta7c1a39d8c3c4ef4d5878dbff726085082a17e8a (diff)
Moving 2.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite (renamed from branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java (renamed from branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java (renamed from branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java)0
26 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml
index 13b0dd0ab2..13b0dd0ab2 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
index bf8a588928..bf8a588928 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
index b4ba94220c..b4ba94220c 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
index 9d5e9ae59a..9d5e9ae59a 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml
index b8c8205eb2..b8c8205eb2 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
index 76f8d4400d..76f8d4400d 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml
index a8fe3ff7b3..a8fe3ff7b3 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
index 81f7e1747d..81f7e1747d 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
index c65718909d..c65718909d 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
index 6b2d15b7a6..6b2d15b7a6 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
diff --git a/branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml
index 0eb49a19fe..0eb49a19fe 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
index 6d49b718ef..6d49b718ef 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/pom.xml
index 0ef109c44e..0ef109c44e 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml
index f5c6d11cda..f5c6d11cda 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java
index 5f9453a5d6..5f9453a5d6 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ClientNode.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java
index b413825106..b413825106 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/ServiceNode.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java
index 4a41ae8133..4a41ae8133 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/StopStartNodesTestCase.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java
index 7dfa6e66cc..7dfa6e66cc 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TestCaseRunner.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
index 769aad1940..769aad1940 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml
index 933aec2636..933aec2636 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/build.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
index c2aa76ef37..c2aa76ef37 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml
index bb65805144..bb65805144 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml
index 34eadae505..34eadae505 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/pom.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml
index 14a48f507a..14a48f507a 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server-config.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml
index 7b6d206b7f..7b6d206b7f 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/server.xml
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java
index b27d16a562..b27d16a562 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/TwoNodesTestCase.java