summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 06:15:10 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 06:15:10 +0000
commit5021e9e9b9680704a1dd788e057e7ad25e8a0c00 (patch)
tree6a65de16735bdc56eeffeeb1d4e3f2929ae9ac44 /sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet
parent827a22b82cfbf835328d9061e67087bcb2110187 (diff)
Changed contribution-* samples to *-contribution.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/README (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/README)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldService.java (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldService.java)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServlet.java (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServlet.java)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/hello.html)0
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java)0
9 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/README b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/README
index 828aadb0f1..828aadb0f1 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/README
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/README
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
index 45725aaf72..45725aaf72 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldService.java b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldService.java
index 2e43e09897..2e43e09897 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldService.java
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldService.java
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java
index 9e79276704..9e79276704 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServlet.java b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServlet.java
index bb72c50f6a..bb72c50f6a 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/java/sample/HelloworldServlet.java
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/java/sample/HelloworldServlet.java
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite
index 8976adde3c..8976adde3c 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.composite
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml
index a91b3fc96b..a91b3fc96b 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/hello.html b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html
index c4484916aa..c4484916aa 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/main/webapp/hello.html
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java
index 61d722da1f..61d722da1f 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/src/test/java/itest/HelloworldTestCase.java