diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-13 01:28:52 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-13 01:28:52 +0000 |
commit | 81597dfe29430f8b18cfa6c862964fce770d3c2a (patch) | |
tree | 0043c8f3b9cbf3f28b3af87bfce5cd621919e9b6 /sandbox/lresende/sca/itest/callback/src/test/resources | |
parent | 3008b45ae055cef2f5fd93df387504e46eb946cb (diff) |
Cleaning up sandbox
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca/itest/callback/src/test/resources')
-rw-r--r-- | sandbox/lresende/sca/itest/callback/src/test/resources/callback.composite | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sandbox/lresende/sca/itest/callback/src/test/resources/callback.composite b/sandbox/lresende/sca/itest/callback/src/test/resources/callback.composite deleted file mode 100644 index 9b01a46904..0000000000 --- a/sandbox/lresende/sca/itest/callback/src/test/resources/callback.composite +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - * 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. ---> -<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" - targetNamespace="http://callback" - name="callback"> - - <component name="Consumer"> - <implementation.java class="org.apache.tuscany.sca.test.ClientImpl"/> - <reference name="service" target="ServiceProvider"/> - </component> - - <component name="ServiceProvider"> - <implementation.java class="org.apache.tuscany.sca.test.ServiceProviderImpl"/> - </component> - -</composite> |