Skip to main content
summaryrefslogtreecommitdiffstats
blob: 31c6fbfd648f43316d979cfc5c3212b3df3c45e1 (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.account.rest.internal.AccountApplication"/>
   <service>
      <provide interface="javax.ws.rs.core.Application"/>
   </service>
   <property name="context.name" type="String" value="oseex"/>
   <reference bind="setAccountAdmin" cardinality="1..1" interface="org.eclipse.osee.account.admin.AccountAdmin" name="AccountAdmin" policy="static"/>
</scr:component>

Back to the top