Skip to main content
summaryrefslogtreecommitdiffstats
blob: 416d2649dd197dd70e2f26e9bf110d8fb643318b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
	name="org.eclipse.osee.framework.branch.management.exchange.resource.ExchangeLocatorProvider">
	<implementation
		class="org.eclipse.osee.framework.branch.management.exchange.resource.ExchangeLocatorProvider" />
	<service>
		<provide
			interface="org.eclipse.osee.framework.resource.management.IResourceLocatorProvider" />
	</service>
</scr:component>

Back to the top