Skip to main content
summaryrefslogtreecommitdiffstats
blob: dbd5f4196b177a255517a7eecfa11a7377ded91a (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.demo.contacts.ContactsManager">
   <implementation class="org.eclipse.fx.demo.contacts.model.ContactsManagerImpl"/>
   <service>
      <provide interface="org.eclipse.fx.demo.contacts.model.ContactsManager"/>
   </service>
</scr:component>

Back to the top