From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- .../sdo/ds/HelloWorldClient.componentType | 30 ++++++++ .../sdo/ds/HelloWorldService.componentType | 25 ++++++ .../resources/sdo/ds/META-INF/sca-contribution.xml | 26 +++++++ .../src/main/resources/sdo/ds/helloworld.wsdl | 88 ++++++++++++++++++++++ .../main/resources/sdo/ds/helloworldsdo.composite | 47 ++++++++++++ 5 files changed, 216 insertions(+) create mode 100644 sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldClient.componentType create mode 100644 sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldService.componentType create mode 100644 sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworld.wsdl create mode 100644 sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworldsdo.composite (limited to 'sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo') diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldClient.componentType b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldClient.componentType new file mode 100644 index 0000000000..f6c04de980 --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldClient.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldService.componentType b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldService.componentType new file mode 100644 index 0000000000..87918132e6 --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/HelloWorldService.componentType @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/META-INF/sca-contribution.xml b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..9b00787162 --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworld.wsdl b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworld.wsdl new file mode 100644 index 0000000000..2ecc0bea43 --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworld.wsdl @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworldsdo.composite b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworldsdo.composite new file mode 100644 index 0000000000..af79dc4bdf --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/sdo/ds/helloworldsdo.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3