Skip to main content
summaryrefslogtreecommitdiffstats
blob: 545f8ea2d8691fa4b38bafc9d9f3d38caae5ac9a (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
   <implementation class="org.eclipse.osee.ats.impl.internal.notify.AtsNotifierServiceImpl"/>
   <reference bind="setMailService" cardinality="1..1" interface="org.eclipse.osee.mail.api.MailService" name="MailService" policy="static"/>
   <service>
      <provide interface="org.eclipse.osee.ats.impl.internal.notify.IAtsNotifierServer"/>
   </service>
</scr:component>

Back to the top