summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 14:44:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 14:44:27 +0000
commit56f0d297c6eba38d5187431ed9319a97ff5d6094 (patch)
tree5802eea185b5a00b3f2e8488ec008fede4fad8f5 /sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring
parentb50b5bc26a1e15226ad6ec1fa626c75179f68706 (diff)
Rename 2.0-M5.1 release tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/pom.xml (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java)0
7 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/pom.xml b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/pom.xml
index 05b43c67d8..05b43c67d8 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/pom.xml
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/pom.xml
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java
index ac03ea3ca6..ac03ea3ca6 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
index 552d100638..552d100638 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml
index 89b2cfb6f5..89b2cfb6f5 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld-context.xml
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite
index 33895dde25..33895dde25 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
index 7e679ec0e9..7e679ec0e9 100644
--- a/sca-java-2.x/tags/sca-java-2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/tags/2.0-M5.1/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java