summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-26 08:42:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-26 08:42:05 +0000
commit7f7d926ba48e7f5e0e0b4134646b456c7086d832 (patch)
treeceb77fd225e2b1bbec723b583e0629faa9aced51 /sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite
parent23141fc721e1f1b3a9a70ae1ef0042ba82f94ca4 (diff)
Create a separate itest folder for imports/exports and move the existing tests from nodes to there in preparation for the imports acrsoss nodes work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite28
1 files changed, 0 insertions, 28 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite b/sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite
deleted file mode 100644
index 5bf1f666e3..0000000000
--- a/sca-java-2.x/trunk/itest/nodes/test-service/src/main/resources/test-service.composite
+++ /dev/null
@@ -1,28 +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://docs.oasis-open.org/ns/opencsa/sca/200912"
- targetNamespace="http://itest"
- name="TestService">
-
- <component name="TestService">
- <implementation.java class="itest.test.TestServiceImpl"/>
- </component>
-
-</composite>