summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-10-07 22:23:21 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-10-07 22:23:21 +0000
commit5963a2d3d6860fe57afc138f095bf2d2eb5a7b80 (patch)
tree018d3d8c637e265b8292d34e5f7c11ca8ce11b7d /sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp
parent132aa8a77685ec92bc90c03f987650d275a7b639 (diff)
Official Tuscany 2.0.1 Release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1530096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/README (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/README)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/pom.xml (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java)0
-rw-r--r--sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml (renamed from sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml)0
8 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/README b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/README
index bcf11d9886..bcf11d9886 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/README
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/README
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/pom.xml
index 50796968e5..50796968e5 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/pom.xml
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java
index 1eeb8be9fd..1eeb8be9fd 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite
index 0c03826f99..0c03826f99 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.composite
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml
index b83a9c3417..b83a9c3417 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp
index 57abb08ca2..57abb08ca2 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/main/webapp/hello.jsp
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java
index 40da70b98d..40da70b98d 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/java/itest/HelloworldTestCase.java
diff --git a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml
index 4ca1c962a0..4ca1c962a0 100644
--- a/sca-java-2.x/tags/2.0.1-RC1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml
+++ b/sca-java-2.x/tags/2.0.1/samples/getting-started/helloworld-webapp/src/test/resources/test-web.xml