summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-13 14:08:00 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-13 14:08:00 +0000
commit9a0fef11c0ddff9dd16ed22c627d12ea8533270f (patch)
treeeb407ef5751fb46cbf472581862d39d80c7eaf80 /sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java
parenta8d5d89a9c1bd96aebfc8a16ab28871fbd2c189b (diff)
separate out getting started sample contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java)0
8 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java
index ebc270811f..ebc270811f 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldClient.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java
index c42a4d59c3..c42a4d59c3 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java
index ff5cb4ceda..ff5cb4ceda 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServer.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java
index fa257a0605..fa257a0605 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldService.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java
index 711eef63b5..711eef63b5 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/helloworld/HelloWorldServiceComponent.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java
index d222d77b3b..d222d77b3b 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BioTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java
index a988a4156c..a988a4156c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircle.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java
index b609f58373..b609f58373 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/java/services/bcircle/BiochemicalCircleImpl.java