From 3dd7e2c4da9c80b8182a2d04dc129a67aa7910df Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:06:58 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835121 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/SpringExplicitHelloWorld-context.xml | 39 +++++++++++++++++++++ .../sca/SpringExplicitReference-context.xml | 33 ++++++++++++++++++ .../META-INF/sca/SpringHelloWorld-context.xml | 31 +++++++++++++++++ .../sca/SpringImplicitReference-context.xml | 34 ++++++++++++++++++ .../META-INF/sca/SpringSCAProperty-context.xml | 34 ++++++++++++++++++ .../META-INF/sca/testReferenceContext.xml | 33 ++++++++++++++++++ .../resources/META-INF/sca/testServiceContext.xml | 31 +++++++++++++++++ .../helloworld/SpringExplicitHelloWorld.composite | 33 ++++++++++++++++++ .../helloworld/SpringExplicitReference.composite | 33 ++++++++++++++++++ .../itests/helloworld/SpringHelloWorld.composite | 33 ++++++++++++++++++ .../helloworld/SpringImplicitReference.composite | 40 ++++++++++++++++++++++ .../itests/helloworld/SpringSCAProperty.composite | 40 ++++++++++++++++++++++ .../src/test/resources/test.xml | 27 +++++++++++++++ 13 files changed, 441 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitHelloWorld-context.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitReference-context.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringHelloWorld-context.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringImplicitReference-context.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringSCAProperty-context.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testReferenceContext.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testServiceContext.xml create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitHelloWorld.composite create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitReference.composite create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringHelloWorld.composite create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringImplicitReference.composite create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringSCAProperty.composite create mode 100644 sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/test.xml (limited to 'sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources') diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitHelloWorld-context.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitHelloWorld-context.xml new file mode 100644 index 0000000000..0733f49de8 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitHelloWorld-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitReference-context.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitReference-context.xml new file mode 100644 index 0000000000..c7feddf87f --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringExplicitReference-context.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringHelloWorld-context.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..d59205e066 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringImplicitReference-context.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringImplicitReference-context.xml new file mode 100644 index 0000000000..f366c6819f --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringImplicitReference-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringSCAProperty-context.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringSCAProperty-context.xml new file mode 100644 index 0000000000..a181446ffb --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/SpringSCAProperty-context.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testReferenceContext.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testReferenceContext.xml new file mode 100644 index 0000000000..aef5a5524b --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testReferenceContext.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testServiceContext.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testServiceContext.xml new file mode 100644 index 0000000000..fb9fb03692 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/META-INF/sca/testServiceContext.xml @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitHelloWorld.composite b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitHelloWorld.composite new file mode 100644 index 0000000000..7595278e0e --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitHelloWorld.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitReference.composite b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitReference.composite new file mode 100644 index 0000000000..38b6151ee6 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringExplicitReference.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringHelloWorld.composite b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringHelloWorld.composite new file mode 100644 index 0000000000..fc32a0255a --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringHelloWorld.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringImplicitReference.composite b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringImplicitReference.composite new file mode 100644 index 0000000000..6cfff8941b --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringImplicitReference.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringSCAProperty.composite b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringSCAProperty.composite new file mode 100644 index 0000000000..3792f5b22f --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/org/apache/tuscany/sca/implementation/spring/itests/helloworld/SpringSCAProperty.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + Hello + + + diff --git a/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/test.xml b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/test.xml new file mode 100644 index 0000000000..477ca69a38 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-0.99/modules/implementation-spring/src/test/resources/test.xml @@ -0,0 +1,27 @@ + + + + + + + -- cgit v1.2.3