Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 62a650ed3cd1aeccbce7ad9aee3c48204c181fc7 (plain) (tree)
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.artifact.repository">
   <implementation class="org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryComponent"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.core.spi.IAgentServiceFactory"/>
   </service>
   <property name="p2.agent.servicename" type="String" value="org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager"/>
</scr:component>

Back to the top