summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3-RC1/itest/nodes
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-18 12:49:25 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-18 12:49:25 +0000
commitfa547d7589e9d6a9cb70d12fbe8cd2a03f36e80d (patch)
treecbc0320306b530f8c3f132e125f367f0f2656e25 /tags/java/sca/2.0-M3-RC1/itest/nodes
parent5b635b6b160859ebe8ae3df924df92a91d8eaa22 (diff)
Correct M3 RC1 tag name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/pom.xml (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/pom.xml)0
-rw-r--r--tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java (renamed from tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java)0
15 files changed, 0 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/pom.xml
index ec124f23f7..ec124f23f7 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
index a8e74be096..a8e74be096 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
index d55aa7ba9c..d55aa7ba9c 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
index 81a3fa1f2d..81a3fa1f2d 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-client/src/main/resources/helloworld-client.composite
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/pom.xml
index 7ee22a320d..7ee22a320d 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
index d49ebc2cef..d49ebc2cef 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-iface/src/main/java/itest/nodes/Helloworld.java
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/pom.xml
index 24c4299f35..24c4299f35 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
index 20233b0397..20233b0397 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/java/itest/nodes/HelloworldImpl.java
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
index 9c68ffd043..9c68ffd043 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
index 95d78b1983..95d78b1983 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/helloworld-service/src/main/resources/helloworld-service.composite
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/pom.xml
index 2b73398afe..2b73398afe 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java b/tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
index 63ddc789db..63ddc789db 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/one-node-test/src/test/java/itest/OneNodeTestCase.java
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/pom.xml
index 9d153681ed..9d153681ed 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/pom.xml b/tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/pom.xml
index 6436ea09dc..6436ea09dc 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/pom.xml
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/pom.xml
diff --git a/tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java b/tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
index 8352f70e17..8352f70e17 100644
--- a/tags/java/sca/2.0-M2-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java
+++ b/tags/java/sca/2.0-M3-RC1/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java