summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:57:11 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:57:11 +0000
commit43158c3941dd9489d9934e976ff08cd1d6612630 (patch)
tree439f10efda4f7223e5cd84e181f7dcd6c7a3b184 /sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
parentd3a8ee00cef2f45994737412b72f742619d20cd3 (diff)
Change domainconfig directory structure to make ant build of binaries module work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite32
1 files changed, 0 insertions, 32 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
deleted file mode 100644
index adf8f0e9cb..0000000000
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/introducing/src/main/resources/cloud/ClientNode.composite
+++ /dev/null
@@ -1,32 +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" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://client.scatours/" targetNamespace="http://tuscany.apache.org/cloud" name="ClientNode">
-
- <component name="ClientNode">
- <t:implementation.node uri="introducing-client" composite="c:Client" />
- <service name="Node">
- <binding.sca uri="http://localhost:8083" />
- <binding.ws uri="http://localhost:8083" />
- <t:binding.http uri="http://localhost:8083" />
- <t:binding.jsonrpc uri="http://localhost:8083" />
- <t:binding.atom uri="http://localhost:8083" />
- </service>
- </component>
-</composite> \ No newline at end of file