Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bdaeb067d6fbcd6423c9ba509f8111056cc4fcbc (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.equinox.p2.ui.sdk.licenseManager">
   <implementation class="org.eclipse.equinox.internal.p2.ui.sdk.SimpleLicenseManager"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.ui.LicenseManager"/>
   </service>
</scr:component>

Back to the top