From 4b3149233be777a531417eb0ca6bafff0483fa1c Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Thu, 27 May 2010 12:19:53 +0000 Subject: Branch for 2.0 Milestone M5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948800 13f79535-47bb-0310-9956-ffa450edef68 --- .../context/multiple/MultipleContext.composite | 30 ++++++++++++++++++ .../multiple/springapp/META-INF/MANIFEST.MF | 3 ++ .../META-INF/spring/SpringHelloWorld-context.xml | 31 +++++++++++++++++++ .../META-INF/spring/StockQuoteService-context.xml | 36 ++++++++++++++++++++++ .../springapp/META-INF/spring/beanRefContext.xml | 34 ++++++++++++++++++++ 5 files changed, 134 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/MANIFEST.MF create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/StockQuoteService-context.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple') diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite new file mode 100644 index 0000000000..5973484f6e --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/MANIFEST.MF b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..9267f28e83 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Spring-Context: META-INF/spring/beanRefContext.xml; META-INF/spring/StockQuoteService-context.xml + diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml new file mode 100644 index 0000000000..62e4e077b6 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/StockQuoteService-context.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/StockQuoteService-context.xml new file mode 100644 index 0000000000..5b1885d6b3 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/StockQuoteService-context.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml new file mode 100644 index 0000000000..dcc88f6770 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/implementation-spring/src/main/resources/context/multiple/springapp/META-INF/spring/beanRefContext.xml @@ -0,0 +1,34 @@ + + + + + + + + context/multiple/springapp/META-INF/spring/SpringHelloWorld-context.xml + + + + \ No newline at end of file -- cgit v1.2.3