From f4f110a4caa4a8dde751ef5b570ce767a38a93b4 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 31 Jul 2009 10:50:17 +0000 Subject: Delete old RC tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799573 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/CalculatorService-context.xml | 39 -------------- .../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 1454 -> 0 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 -------------- .../context/access/ContextAccess.composite | 49 ----------------- .../context/imports/ContextImports.composite | 49 ----------------- .../context/multiple/MultipleContext.composite | 35 ------------ .../implementation/policies/CalculatorJass.config | 3 -- .../policies/CalculatorLogMessages.properties | 18 ------- .../policies/ImplementationPolicies.composite | 58 -------------------- .../implementation/policies/definitions.xml | 40 -------------- .../location/folder/SpringFolderLocation.composite | 39 -------------- .../location/jar/SpringJarLocation.composite | 39 -------------- .../spring/SpringDelegationHelloWorld.composite | 32 ----------- .../sca/itest/spring/SpringHelloWorld.composite | 32 ----------- .../references/SpringExplicitReference.composite | 32 ----------- .../references/SpringImplicitReference.composite | 39 -------------- .../sca/services/SpringExplicitService.composite | 33 ------------ .../sca/services/SpringImplicitService.composite | 32 ----------- .../spring/annotations/Calculator.composite | 60 --------------------- 34 files changed, 1168 deletions(-) delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/CalculatorService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite delete mode 100644 tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite (limited to 'tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources') diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/CalculatorService-context.xml deleted file mode 100644 index 7c84965629..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/CalculatorService-context.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml deleted file mode 100644 index 910771b34d..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringDelegationHelloWorld-context.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml deleted file mode 100644 index c20679241f..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/SpringHelloWorld-context.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml deleted file mode 100644 index 87458b99a3..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-access/CalculatorService-context.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml deleted file mode 100644 index 7c84965629..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/CalculatorService-context.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml deleted file mode 100644 index 3faed92fd2..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-imports/SpringImport-context.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml deleted file mode 100644 index c20679241f..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/SpringHelloWorld-context.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml deleted file mode 100644 index 74473073ea..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/StockQuoteService-context.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml deleted file mode 100644 index 930b92f4be..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/context-multiple/beanRefContext.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - 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-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml deleted file mode 100644 index 7c84965629..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/implementation-policies/CalculatorService-context.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF deleted file mode 100644 index 950dbeba4c..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Spring-Context: META-INF/spring/SpringSCAProperty-context.xml - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml deleted file mode 100644 index 8613e6c82a..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-folder/META-INF/spring/SpringSCAProperty-context.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar deleted file mode 100644 index 504d59e5ff..0000000000 Binary files a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/location-jar/spring-context.jar and /dev/null differ diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml deleted file mode 100644 index d18d8312e3..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringExplicitReference-context.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml deleted file mode 100644 index df4b9b28cf..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-references/SpringImplicitReference-context.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml deleted file mode 100644 index 194bc4bcc9..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringExplicitService-context.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml deleted file mode 100644 index 1c63311367..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/sca-services/SpringImplicitService-context.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml deleted file mode 100644 index 4110a9a7b7..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/META-INF/sca/spring-annotation/CalculatorService-context.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite deleted file mode 100644 index 8863553419..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/access/ContextAccess.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite deleted file mode 100644 index 2d6705ce56..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/imports/ContextImports.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite deleted file mode 100644 index 15c0c39f51..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/context/multiple/MultipleContext.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config deleted file mode 100644 index 0e7cb86633..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config +++ /dev/null @@ -1,3 +0,0 @@ -Calculator { - calculator.security.JaasLoginModule required debug=true; -}; diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties deleted file mode 100644 index f62125eaa9..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorLogMessages.properties +++ /dev/null @@ -1,18 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -CALLING_OPERATION=Inovoking operation {0} with arguments {1} -OPERATION_RETURNED=Returning from operation {0} with return value {1} \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite deleted file mode 100644 index 28b62dfeb9..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/ImplementationPolicies.composite +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml deleted file mode 100644 index 94e4997734..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/implementation/policies/definitions.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - Calculator - calculator.security.CalculatorCallbackHandler - - - - - - - FINER - - - \ No newline at end of file diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite deleted file mode 100644 index d33ae8ca4b..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/folder/SpringFolderLocation.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - Hello - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite deleted file mode 100644 index e47b6526ff..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/location/jar/SpringJarLocation.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - Hello - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite deleted file mode 100644 index 9099abdbeb..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite deleted file mode 100644 index 42c67ffa39..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringHelloWorld.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite deleted file mode 100644 index 4aa9b7a56d..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringExplicitReference.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite deleted file mode 100644 index ae972f8647..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/references/SpringImplicitReference.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite deleted file mode 100644 index b259b9d657..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringExplicitService.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite deleted file mode 100644 index 8ab04edc63..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/sca/services/SpringImplicitService.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - diff --git a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite b/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite deleted file mode 100644 index 21f89e6a1c..0000000000 --- a/tags/java/sca/2.0-M3-RC3/itest/implementation-spring/src/main/resources/spring/annotations/Calculator.composite +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - HelloWorld - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3