Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4cb89bde78ab94c3891acfc859643f43f70d4556 (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" name="org.eclipse.equinox.p2.engine.registry">
   <implementation class="org.eclipse.equinox.internal.p2.engine.ProfileRegistryComponent"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.core.spi.IAgentServiceFactory"/>
   </service>
   <property name="p2.agent.servicename" type="String" value="org.eclipse.equinox.internal.provisional.p2.engine.IProfileRegistry"/>
</scr:component>

Back to the top