summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:09:40 +0000
commitf9be2165328dc76f562938566057e89c0723fe08 (patch)
tree4b32774b0050ed2d0aeb05f9f22844d41cf13023 /sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src
parenta7c1a39d8c3c4ef4d5878dbff726085082a17e8a (diff)
Moving 2.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml)0
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css (renamed from branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css)0
9 files changed, 0 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java
index 8c84b4f372..8c84b4f372 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientJavaTestService.java
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java
index 31ff956185..31ff956185 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/ClientTestServiceWebapp.java
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java
index 7e33b15efc..7e33b15efc 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldService.java
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java
index d4441c0ab8..d4441c0ab8 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/java/helloworldrest/HelloWorldServiceImpl.java
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite
index 7f76f5946d..7f76f5946d 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/resources/rest.composite
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html
index 745164bf8d..745164bf8d 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/HelloWorldJSONRPC.html
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml
index 9fc16372b3..9fc16372b3 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/META-INF/sca-contribution.xml
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml
index 3a670696e4..3a670696e4 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/WEB-INF/web.xml
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css
index 0f1cea3aaf..0f1cea3aaf 100644
--- a/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css
+++ b/sca-java-2.x/branches/sca-java-2.0-M4/samples/webapps/helloworld-rest/src/main/webapp/style.css