Skip to main content
summaryrefslogtreecommitdiffstats
blob: dde0776e007ff71b1f61e29af09efd43480d8fde (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.examples.rcp.cloud.p2">
   <implementation class="org.eclipse.equinox.p2.examples.rcp.cloud.p2.CloudPolicy"/>
   <service>
      <provide interface="org.eclipse.equinox.internal.provisional.p2.ui.policy.Policy"/>
   </service>
</scr:component>

Back to the top