summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M3/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-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M3/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-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite (renamed from branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java (renamed from branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml (renamed from branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java (renamed from branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java)0
15 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml
index b76c8a66a6..b76c8a66a6 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
index a8e74be096..a8e74be096 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
index d55aa7ba9c..d55aa7ba9c 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
index 81a3fa1f2d..81a3fa1f2d 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml
index 61708fbebe..61708fbebe 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
index d49ebc2cef..d49ebc2cef 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml
index 7c8c123dfa..7c8c123dfa 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
index 20233b0397..20233b0397 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
index 9c68ffd043..9c68ffd043 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
index 95d78b1983..95d78b1983 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
diff --git a/branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml
index 3c7cb19f14..3c7cb19f14 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
index 63ddc789db..63ddc789db 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
diff --git a/branches/sca-java-2.0-M3/itest/nodes/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/pom.xml
index cedcd41332..cedcd41332 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml
index d30358cfe2..d30358cfe2 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/pom.xml
diff --git a/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
index 8352f70e17..8352f70e17 100644
--- a/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M3/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java