summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib2/contrib2.composite
blob: 75c051342315312aa0c140ea17b0d1e89142318a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" 
           xmlns:tns="http://someuri"
           targetNamespace="http://contrib2"
           name="BComposite">

       <component name="Component3">
         <tns:implementation.xyz anAttribute="abcdef.xyz"/>
         <reference name="component2" target="Component2"/>
       </component>
    
</composite>