From 743364ae6439cfc68e1eae795fc2065a9c148240 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 19 Mar 2009 09:20:17 +0000 Subject: Delete old test tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755884 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/itest/builder/ComponentDImpl.java | 43 --------------- .../ComponentDReferenceMultiplicityImpl.java | 48 ---------------- .../tuscany/sca/itest/builder/ComponentEImpl.java | 36 ------------ .../tuscany/sca/itest/builder/ComponentFImpl.java | 36 ------------ .../apache/tuscany/sca/itest/builder/Service3.java | 34 ------------ .../tuscany/sca/itest/builder/Service3a.java | 34 ------------ .../scenario1/META-INF/sca-contribution.xml | 23 -------- .../main/resources/scenario1/scenario1.composite | 45 --------------- .../main/resources/scenario1/scenario1a.composite | 47 ---------------- .../scenario10/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario10/scenario10.composite | 62 --------------------- .../resources/scenario10/scenario10a.composite | 61 --------------------- .../src/main/resources/scenario10/service3.wsdl | 63 --------------------- .../scenario11/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario11/scenario11.composite | 59 -------------------- .../resources/scenario11/scenario11a.composite | 64 ---------------------- .../src/main/resources/scenario11/service3.wsdl | 63 --------------------- .../scenario12/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario12/scenario12.composite | 58 -------------------- .../resources/scenario12/scenario12a.composite | 64 ---------------------- .../scenario13/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario13/scenario13.composite | 58 -------------------- .../resources/scenario13/scenario13a.composite | 64 ---------------------- .../scenario2/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario2/scenario2.composite | 45 --------------- .../main/resources/scenario2/scenario2a.composite | 47 ---------------- .../scenario3/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario3/scenario3.composite | 44 --------------- .../main/resources/scenario3/scenario3a.composite | 48 ---------------- .../scenario4/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario4/scenario4.composite | 44 --------------- .../main/resources/scenario4/scenario4a.composite | 48 ---------------- .../scenario5/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario5/scenario5.composite | 46 ---------------- .../main/resources/scenario5/scenario5a.composite | 47 ---------------- .../src/main/resources/scenario5/scenarios.wsdl | 63 --------------------- .../scenario6/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario6/scenario6.composite | 47 ---------------- .../main/resources/scenario6/scenario6a.composite | 47 ---------------- .../src/main/resources/scenario6/scenarios.wsdl | 63 --------------------- .../scenario7/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario7/scenario7.composite | 45 --------------- .../main/resources/scenario7/scenario7a.composite | 49 ----------------- .../src/main/resources/scenario7/scenarios.wsdl | 63 --------------------- .../scenario8/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario8/scenario8.composite | 44 --------------- .../main/resources/scenario8/scenario8a.composite | 50 ----------------- .../src/main/resources/scenario8/scenarios.wsdl | 63 --------------------- .../scenario9/META-INF/sca-contribution.xml | 24 -------- .../main/resources/scenario9/scenario9.composite | 60 -------------------- .../main/resources/scenario9/scenario9a.composite | 61 --------------------- 51 files changed, 2274 deletions(-) delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDImpl.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDReferenceMultiplicityImpl.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentEImpl.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentFImpl.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3a.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/service3.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/service3.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenarios.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenarios.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenarios.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8a.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenarios.wsdl delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/META-INF/sca-contribution.xml delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9.composite delete mode 100644 sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9a.composite (limited to 'sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main') diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDImpl.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDImpl.java deleted file mode 100644 index a4c6e08844..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDImpl.java +++ /dev/null @@ -1,43 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import org.oasisopen.sca.annotation.Reference; -import org.oasisopen.sca.annotation.Service; - -/** - * Implementation class for ComponentD. - * - * @version $Rev$ $Date$ - */ -@Service(interfaces={Service3.class, Service3a.class}) -public class ComponentDImpl implements Service3, Service3a { - - @Reference - protected Service3a reference3; - - public String getGreetings(String name) { - return "Hello, " + name + "!"; - } - - public String getGreetings2(String name) { - return "Goodbye, " + name + "!"; - } - -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDReferenceMultiplicityImpl.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDReferenceMultiplicityImpl.java deleted file mode 100644 index bfc4e34644..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentDReferenceMultiplicityImpl.java +++ /dev/null @@ -1,48 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import java.util.List; - -import org.oasisopen.sca.annotation.Reference; -import org.oasisopen.sca.annotation.Service; - -/** - * Implementation class for ComponentD. - * - * @version $Rev$ $Date$ - */ -@Service(interfaces={Service3.class, Service3a.class}) -public class ComponentDReferenceMultiplicityImpl implements Service3, Service3a { - - @Reference - protected Service3a reference3; - - @Reference - protected List reference3a; - - public String getGreetings(String name) { - return "Hello, " + name + "!"; - } - - public String getGreetings2(String name) { - return "Goodbye, " + name + "!"; - } - -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentEImpl.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentEImpl.java deleted file mode 100644 index eb5b5dd5c0..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentEImpl.java +++ /dev/null @@ -1,36 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import org.oasisopen.sca.annotation.Service; - - -/** - * Implementation class for ComponentD. - * - * @version $Rev$ $Date$ - */ -@Service(interfaces={Service3.class}) -public class ComponentEImpl implements Service3 { - - - public String getGreetings(String name) { - return "Hello, " + name + " from ComponentE"; - } -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentFImpl.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentFImpl.java deleted file mode 100644 index db1eac6787..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/ComponentFImpl.java +++ /dev/null @@ -1,36 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import org.oasisopen.sca.annotation.Service; - - -/** - * Implementation class for ComponentD. - * - * @version $Rev$ $Date$ - */ -@Service(interfaces={Service3.class}) -public class ComponentFImpl implements Service3 { - - - public String getGreetings(String name) { - return "Hello, " + name + " from ComponentF"; - } -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3.java deleted file mode 100644 index f4b8d2cf39..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3.java +++ /dev/null @@ -1,34 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import org.oasisopen.sca.annotation.Remotable; - - -/** - * Interface for Service3 in ComponentD. - * - * @version $Rev$ $Date$ - */ -@Remotable -public interface Service3 { - - String getGreetings(String name); - -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3a.java b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3a.java deleted file mode 100644 index 299f7606e3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/java/org/apache/tuscany/sca/itest/builder/Service3a.java +++ /dev/null @@ -1,34 +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. - */ -package org.apache.tuscany.sca.itest.builder; - -import org.oasisopen.sca.annotation.Remotable; - - -/** - * Interface for Service3a in ComponentD. - * - * @version $Rev$ $Date$ - */ -@Remotable -public interface Service3a { - - String getGreetings2(String name); - -} diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/META-INF/sca-contribution.xml deleted file mode 100644 index d8cb23bbd3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/META-INF/sca-contribution.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1.composite deleted file mode 100644 index 4e58cdfa16..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1.composite +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1a.composite deleted file mode 100644 index 06b273c7a7..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario1/scenario1a.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/META-INF/sca-contribution.xml deleted file mode 100644 index ac01b3c687..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10.composite deleted file mode 100644 index 2d127a7bec..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10.composite +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10a.composite deleted file mode 100644 index 98103e360e..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/scenario10a.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/service3.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/service3.wsdl deleted file mode 100644 index 2477e23dc6..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario10/service3.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/META-INF/sca-contribution.xml deleted file mode 100644 index 8b82b43c68..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11.composite deleted file mode 100644 index 2f5ca96d07..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11.composite +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11a.composite deleted file mode 100644 index 381ccddcc3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/scenario11a.composite +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/service3.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/service3.wsdl deleted file mode 100644 index 2477e23dc6..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario11/service3.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/META-INF/sca-contribution.xml deleted file mode 100644 index 4028098023..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12.composite deleted file mode 100644 index 23799f8487..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12.composite +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12a.composite deleted file mode 100644 index a2b4f88dc3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario12/scenario12a.composite +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/META-INF/sca-contribution.xml deleted file mode 100644 index 1da59d5f04..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13.composite deleted file mode 100644 index 631e38855f..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13.composite +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13a.composite deleted file mode 100644 index 98976dc4e8..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario13/scenario13a.composite +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/META-INF/sca-contribution.xml deleted file mode 100644 index 6f174a4504..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2.composite deleted file mode 100644 index 7c4eeda4bd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2.composite +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2a.composite deleted file mode 100644 index 5e97d7eea0..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario2/scenario2a.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/META-INF/sca-contribution.xml deleted file mode 100644 index 22950dfe03..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3.composite deleted file mode 100644 index 84f42c60fc..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3.composite +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3a.composite deleted file mode 100644 index 18ed91142c..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario3/scenario3a.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/META-INF/sca-contribution.xml deleted file mode 100644 index a17e27c9d8..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4.composite deleted file mode 100644 index a0bdb0197d..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4.composite +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4a.composite deleted file mode 100644 index 1b4cf27c76..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario4/scenario4a.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/META-INF/sca-contribution.xml deleted file mode 100644 index 83a232db6e..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5.composite deleted file mode 100644 index 2326afd2f2..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5.composite +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5a.composite deleted file mode 100644 index fdf1423b66..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenario5a.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenarios.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenarios.wsdl deleted file mode 100644 index 5cda7327dd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario5/scenarios.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/META-INF/sca-contribution.xml deleted file mode 100644 index 776dfe4d97..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6.composite deleted file mode 100644 index 9575612d51..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6a.composite deleted file mode 100644 index 9c7b58e2cb..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenario6a.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenarios.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenarios.wsdl deleted file mode 100644 index 5cda7327dd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario6/scenarios.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/META-INF/sca-contribution.xml deleted file mode 100644 index ede31d6bee..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7.composite deleted file mode 100644 index e1d2e0cefe..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7.composite +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7a.composite deleted file mode 100644 index ef16dc0785..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenario7a.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenarios.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenarios.wsdl deleted file mode 100644 index 5cda7327dd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario7/scenarios.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/META-INF/sca-contribution.xml deleted file mode 100644 index 7bb9e694a3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8.composite deleted file mode 100644 index 467b7f57fa..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8.composite +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8a.composite deleted file mode 100644 index 9d9b5ba945..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenario8a.composite +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenarios.wsdl b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenarios.wsdl deleted file mode 100644 index 5cda7327dd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario8/scenarios.wsdl +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/META-INF/sca-contribution.xml b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/META-INF/sca-contribution.xml deleted file mode 100644 index b6ec160506..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9.composite deleted file mode 100644 index 83584ed482..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9.composite +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9a.composite b/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9a.composite deleted file mode 100644 index 0021ec242b..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/itest/builder/src/main/resources/scenario9/scenario9a.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3