From 4188f3b99254b0a01c6d0fb04ebc94d55f2e95c4 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 26 Jun 2009 15:53:39 +0000 Subject: Tag 2.0 M3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788749 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/SpringDelegationHelloWorld-context.xml | 39 ++++++++++++++++++ .../META-INF/sca/SpringHelloWorld-context.xml | 31 ++++++++++++++ .../context-access/CalculatorService-context.xml | 45 +++++++++++++++++++++ .../context-imports/CalculatorService-context.xml | 39 ++++++++++++++++++ .../sca/context-imports/SpringImport-context.xml | 29 +++++++++++++ .../context-multiple/SpringHelloWorld-context.xml | 31 ++++++++++++++ .../context-multiple/StockQuoteService-context.xml | 36 +++++++++++++++++ .../sca/context-multiple/beanRefContext.xml | 35 ++++++++++++++++ .../CalculatorService-context.xml | 39 ++++++++++++++++++ .../sca/location-folder/META-INF/MANIFEST.MF | 3 ++ .../META-INF/spring/SpringSCAProperty-context.xml | 34 ++++++++++++++++ .../META-INF/sca/location-jar/spring-context.jar | Bin 0 -> 1454 bytes .../SpringExplicitReference-context.xml | 33 +++++++++++++++ .../SpringImplicitReference-context.xml | 34 ++++++++++++++++ .../sca-services/SpringExplicitService-context.xml | 39 ++++++++++++++++++ .../sca-services/SpringImplicitService-context.xml | 31 ++++++++++++++ .../CalculatorService-context.xml | 41 +++++++++++++++++++ 17 files changed, 539 insertions(+) create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml create mode 100644 tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml (limited to 'tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF') diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml new file mode 100644 index 0000000000..910771b34d --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml new file mode 100644 index 0000000000..87458b99a3 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml new file mode 100644 index 0000000000..3faed92fd2 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..c20679241f --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml new file mode 100644 index 0000000000..74473073ea --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml new file mode 100644 index 0000000000..930b92f4be --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml @@ -0,0 +1,35 @@ + + + + + + + + META-INF/sca/context-multiple/StockQuoteService-context.xml + META-INF/sca/context-multiple/SpringHelloWorld-context.xml + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml new file mode 100644 index 0000000000..7c84965629 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..950dbeba4c --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Spring-Context: META-INF/spring/SpringSCAProperty-context.xml + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml new file mode 100644 index 0000000000..8613e6c82a --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar new file mode 100644 index 0000000000..504d59e5ff Binary files /dev/null and b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar differ diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml new file mode 100644 index 0000000000..d18d8312e3 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml new file mode 100644 index 0000000000..df4b9b28cf --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml new file mode 100644 index 0000000000..194bc4bcc9 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml new file mode 100644 index 0000000000..1c63311367 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml new file mode 100644 index 0000000000..4110a9a7b7 --- /dev/null +++ b/tags/java/sca/2.0-M3-RC2/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3