Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7ffe90bbc3387dcf369b16b50ead118aacbdb061 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop">
	<implementation class="org.eclipse.osee.jaxrs.server.internal.applications.JaxRsApplicationRegistry" />
 	<service>
    	<provide interface="org.eclipse.osee.jaxrs.server.internal.applications.JaxRsApplicationRegistry"/>
 	</service>
	<reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
   <reference bind="setJaxRsFactory" cardinality="1..1" interface="org.eclipse.osee.jaxrs.server.internal.applications.JaxRsFactory" name="JaxRsFactory" policy="static"/>
</scr:component>

Back to the top