Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 89704e4c725a118f11f0531504765c55510c473e (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.ui.repositoryTracker">
   <implementation class="org.eclipse.equinox.internal.p2.ui.RepositoryTrackerComponent"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.core.spi.IAgentServiceFactory"/>
   </service>
   <property name="p2.agent.servicename" type="String" value="org.eclipse.equinox.p2.operations.RepositoryTracker"/>
</scr:component>

Back to the top