summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 06:31:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 06:31:30 +0000
commitcefeaaba712d4a50d7dee69508708773203379fb (patch)
treef9b631468a2d81dadb095a70b9ddf5e2a7057ab7 /branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite
parentf3a04540471fc448e3a5cf38509152fdd2140608 (diff)
Move to 1.x-contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite')
-rw-r--r--branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite38
1 files changed, 0 insertions, 38 deletions
diff --git a/branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite b/branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite
deleted file mode 100644
index 771db5370b..0000000000
--- a/branches/sca-java-1.x/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite
+++ /dev/null
@@ -1,38 +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://sample"
- xmlns:sample="http://sample"
- name="Workpool">
- <component name="WorkerManagerNodeCComponent">
- <implementation.java class="workpool.WorkerManagerImpl"/>
- <property name="nodeName">nodeC</property>
- <property name="compositeName">Workpool.composite</property>
- <property name="workerClass">workpool.MyWorker</property>
- <service name="WorkerManagerInitService">
- <interface.java interface="org.apache.tuscany.sca.node.NodeManagerInitService"/>
- <binding.sca/>
- </service>
- <service name="WorkerManager">
- <binding.sca uri="http://u14:13002/WorkerManagerNodeCComponent"/>
- </service>
- </component>
-
-</composite>