Skip to main content
summaryrefslogtreecommitdiffstats
blob: 553e69fbff700a6f90437a7638496e506d5e458c (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">
   <implementation class="org.eclipse.osee.authorization.admin.internal.NoneAuthorizationProvider"/>
   <service>
      <provide interface="org.eclipse.osee.authorization.admin.AuthorizationProvider"/>
   </service>
</scr:component>

Back to the top