summaryrefslogtreecommitdiffstats
path: root/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:53:23 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:53:23 +0000
commit2bd58b85c31bf3422f44cae374058c0f71089ff5 (patch)
treeacc5413be001046fb2f5f79fc8a38446dc34e385 /java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite
parent586d9d07d2249ce58d1f6a008f2b9eab5be98b3d (diff)
Removed material that was commented out, for simplicity
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725974 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite56
1 files changed, 24 insertions, 32 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite
index a23a333013..8f0d5301c5 100644
--- a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite
+++ b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0001.composite
@@ -1,41 +1,33 @@
-<?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://oasis/tests"
- xmlns:sample="http://oasis/tests"
+<?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://oasis/tests"
+ xmlns:sample="http://oasis/tests"
name="TEST_ASM_0001">
-
+
<component name="TestClient">
<implementation.java class="test.ASM_0001_Client"/>
<service name="TestInvocation">
<interface.java interface="test.TestInvocation"/>
<binding.sca/>
</service>
- <!-- reference name="testRef1" target="TestComponent1/service1" / -->
</component>
-<!--
- <component name="TestComponent1">
- <implementation.java class="test.ASM_0001_Impl1"/>
- <service name="service1"/>
- </component>
--->
-
-</composite>
+</composite>