| <?xml version="1.0" encoding="UTF-8"?> |
| <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" modified="update"> |
| <implementation class="org.eclipse.osee.ote.master.rest.client.internal.OTEMasterServerImpl"/> |
| <service> |
| <provide interface="org.eclipse.osee.ote.master.rest.client.OTEMasterServer"/> |
| </service> |
| <reference bind="bindJaxRsApi" cardinality="1..1" interface="org.eclipse.osee.framework.core.JaxRsApi" name="jaxRsApi" policy="static"/> |
| </scr:component> |