Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d83b000c0b5cf43fd875cc61f223dca91f49cf33 (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.transport.ecf">
   <implementation class="org.eclipse.equinox.internal.p2.transport.ecf.ECFTransportComponent"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.core.spi.IAgentServiceFactory"/>
   </service>
   <property name="p2.agent.servicename" type="String" value="org.eclipse.equinox.internal.p2.repository.Transport"/>
</scr:component>

Back to the top