summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld-spring
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-13 09:25:34 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-13 09:25:34 +0000
commit469cda8a3933309571383eb35ea022169dd99ee3 (patch)
tree6f1cd7be94789639a8f5009895ce7b00ac7c6c8d /sca-java-2.x/trunk/samples/helloworld-spring
parentf1d22db016367d89e349048da17e8065d68d05f3 (diff)
move hello world samples to getting started
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml (renamed from sca-java-2.x/trunk/samples/helloworld-spring/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateService.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateServiceImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-context.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java)0
11 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
index b8cb765c38..b8cb765c38 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateService.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java
index 7c50d66a9c..7c50d66a9c 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateService.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateServiceImpl.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java
index 64bdd86f7c..64bdd86f7c 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/DateServiceImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
index a01aad9d88..a01aad9d88 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
index 125c333ddc..125c333ddc 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
index 552d100638..552d100638 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml
index 0e30cfa582..0e30cfa582 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-context.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
index 9ecd09974e..9ecd09974e 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-context.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
index 6d356758ae..6d356758ae 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
index 7e679ec0e9..7e679ec0e9 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java