summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/workspace-manager/src/main/resources/contrib2/META-INF/sca-contribution.xml
blob: 8511d427f92d4aff5b9b3cf0d3d4770bbe05ac54 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
		 	  xmlns:tns="http://someuri"
              xmlns:ans="http://someotheruri">
    <deployable composite="BComposite"/>
    <export namespace="http://test"/>
    <tns:export.xyz uri="abcdef" anAttribute="abcdef.xyz"/>
</contribution>