Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4f438ab0b68f947b0c617d45d50e7277aae85356 (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.ats.rest.internal.config.ConfigJsonWriter"/>
   <service>
      <provide interface="java.lang.Object"/>
      <provide interface="javax.ws.rs.ext.MessageBodyWriter"/>
   </service>
   <reference bind="setAtsServer" cardinality="1..1" interface="org.eclipse.osee.ats.rest.IAtsServer" name="IAtsServer" policy="static"/>
</scr:component>

Back to the top