summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
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
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 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/README (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/build.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/build.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.png (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.png)bin8897 -> 8897 bytes
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.svg (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.svg)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/java/helloworld/Hello.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/java/helloworld/Hello.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.bpel (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.wsdl (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/log4j.properties (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/log4j.properties)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateService.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateServiceImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-client-context.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-context.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/README (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/README)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/build.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/build.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/helloworld-ws-sdo.png (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/helloworld-ws-sdo.png)bin7549 -> 7549 bytes
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/maven-eclipse.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/pom.xml)0
-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
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldws.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldws.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/logging.properties (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/logging.properties)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/test.xsd (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/test.xsd)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/README (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/README)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/Helloworld.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/Helloworld.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/HelloworldImpl.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/HelloworldImpl.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/META-INF/sca-contribution.xml (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/helloworld.composite (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/helloworld.composite)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/test/java/sample/HelloworldTestCase.java (renamed from sca-java-2.x/trunk/samples/getting-started/helloworld/src/test/java/sample/HelloworldTestCase.java)0
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/pom.xml)0
57 files changed, 0 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/README
index 533743ebf6..533743ebf6 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/README
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/build.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/build.xml
index 008953e63b..008953e63b 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/build.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/build.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.png b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.png
index 5f53a3c5d1..5f53a3c5d1 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.png
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.png
Binary files differ
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.svg b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.svg
index 5a98f1a07c..5a98f1a07c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/helloworld-bpel.svg
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/helloworld-bpel.svg
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/pom.xml
index 3f4be82f71..3f4be82f71 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/pom.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/java/helloworld/Hello.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/java/helloworld/Hello.java
index dbd3854d7c..dbd3854d7c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/java/helloworld/Hello.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/java/helloworld/Hello.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml
index 4a56523adb..4a56523adb 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.bpel
index d58768adfa..d58768adfa 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.bpel
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.composite
index 08350e8417..08350e8417 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.wsdl
index cf966264ef..cf966264ef 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/helloworld.wsdl
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/log4j.properties b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/log4j.properties
index 8649a71550..8649a71550 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/log4j.properties
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-bpel/src/main/resources/log4j.properties
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/pom.xml
index 4e7f057ca9..4e7f057ca9 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/pom.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java
index c2c9c4e44e..c2c9c4e44e 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/main/java/sample/HelloworldSCAClient.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java
index 13e08de692..13e08de692 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-scaclient/src/test/java/sample/HelloworldTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/pom.xml
index b8cb765c38..b8cb765c38 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/pom.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateService.java
index 7c50d66a9c..7c50d66a9c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateService.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateService.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateServiceImpl.java
index 64bdd86f7c..64bdd86f7c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/DateServiceImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/DateServiceImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
index a01aad9d88..a01aad9d88 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldClientImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldImpl.java
index 125c333ddc..125c333ddc 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
index 552d100638..552d100638 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-client-context.xml
index 0e30cfa582..0e30cfa582 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-client-context.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-client-context.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-context.xml
index 9ecd09974e..9ecd09974e 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld-context.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld-context.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld.composite
index 6d356758ae..6d356758ae 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
index 7e679ec0e9..7e679ec0e9 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-spring/src/test/java/sample/HelloworldTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/README b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/README
index be947b1923..be947b1923 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/README
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/README
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/build.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/build.xml
index 401315d424..401315d424 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/build.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/build.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/helloworld-ws-sdo.png b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/helloworld-ws-sdo.png
index bd2bba41db..bd2bba41db 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/helloworld-ws-sdo.png
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/helloworld-ws-sdo.png
Binary files differ
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/maven-eclipse.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
index 3adfca89f4..3adfca89f4 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/maven-eclipse.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/pom.xml
index c5bf5ff186..c5bf5ff186 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/pom.xml
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
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml
index f8b2a60f6a..f8b2a60f6a 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldws.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldws.composite
index 46c819d08c..46c819d08c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldws.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldws.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite
index 65b0e294a8..65b0e294a8 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/helloworldwsclient.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/logging.properties b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/logging.properties
index 3dca310cdb..3dca310cdb 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/logging.properties
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/logging.properties
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
index 0451cee24c..0451cee24c 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/test.xsd b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/test.xsd
index 7fd9aa0013..7fd9aa0013 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/test.xsd
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/test.xsd
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl
index 882819110f..882819110f 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/main/resources/wsdl/helloworld.wsdl
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java
index 3918f9a4a5..3918f9a4a5 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldClientTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java
index 98487ad88b..98487ad88b 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/HelloWorldTestServer.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java
index b6b4ed2254..b6b4ed2254 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld-ws-sdo/src/test/java/helloworld/TestCaseRunner.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/README b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/README
index ed0f1d0ce4..ed0f1d0ce4 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/README
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/README
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml
index e510599a58..e510599a58 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/Helloworld.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/Helloworld.java
index f4e8c50448..f4e8c50448 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/Helloworld.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/Helloworld.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/HelloworldImpl.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/HelloworldImpl.java
index 5bf6a94505..5bf6a94505 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/java/sample/HelloworldImpl.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/java/sample/HelloworldImpl.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/META-INF/sca-contribution.xml
index 91b0c8fa6f..91b0c8fa6f 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/helloworld.composite
index 324395c246..324395c246 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/main/resources/helloworld.composite
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/test/java/sample/HelloworldTestCase.java
index 7e679ec0e9..7e679ec0e9 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/src/test/java/sample/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/src/test/java/sample/HelloworldTestCase.java
diff --git a/sca-java-2.x/trunk/samples/getting-started/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml
index b682bb3092..b682bb3092 100644
--- a/sca-java-2.x/trunk/samples/getting-started/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml