Skip to main content
summaryrefslogtreecommitdiffstats
blob: 710ac2e2238763f0df9ff6dd6967c56ad823c21c (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" name="org.eclipse.osee.ote.rest.internal.OteRestApplication">
   <implementation class="org.eclipse.osee.ote.rest.internal.OteRestApplication"/>
   <service>
      <provide interface="javax.ws.rs.core.Application"/>
   </service>
   <property name="context.name" type="String" value="ote"/>
   <reference bind="setOteConfigurationStore" cardinality="1..1" interface="org.eclipse.osee.ote.rest.internal.OteConfigurationStore" name="OteConfigurationStore" policy="static"/>   
</scr:component>

Back to the top