summaryrefslogtreecommitdiffstats
path: root/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-31 05:27:28 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-31 05:27:28 +0000
commit8147a9a796ff3530d407c8ed4421efae5515fa71 (patch)
treea4806c7fc37053b699e82fe35022672930f93fbe /java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main
parent2e16e42d5efbe40ef3f606c22d9494d892394d46 (diff)
Moving samples that are not part of the main build to contrib folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml)0
-rw-r--r--java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml (renamed from java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml)0
10 files changed, 0 insertions, 0 deletions
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
index 3123223cd3..3123223cd3 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorld.java
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java
index fea4e2a16c..fea4e2a16c 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldComponent.java
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
index ed99edb2a2..ed99edb2a2 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite
index 34396b1b02..34396b1b02 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/helloworldws.composite
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl
index fe79094b94..fe79094b94 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.wsdl
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd
index a0b7c37cd9..a0b7c37cd9 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/resources/wsdl/helloworld.xsd
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp
index 4657c6cdc1..4657c6cdc1 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/HelloWorld.jsp
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 6f241cc90c..6f241cc90c 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
index b7a7df2c17..b7a7df2c17 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
diff --git a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml
index 257e65aad4..257e65aad4 100644
--- a/java/sca/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/java/sca/contrib/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/web.xml