Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-01-28 20:32:20 +0000
committerDJ Houghton2011-01-28 20:32:20 +0000
commit10266fbd3deb1ed757a934590e34349944ee8e70 (patch)
tree31ab18871e32c81a3085e6cf59f3f82c6ab3b674 /bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml
parentea4c70236c31bec52114376fc0cec7d41efc4881 (diff)
downloadrt.equinox.p2-10266fbd3deb1ed757a934590e34349944ee8e70.tar.gz
rt.equinox.p2-10266fbd3deb1ed757a934590e34349944ee8e70.tar.xz
rt.equinox.p2-10266fbd3deb1ed757a934590e34349944ee8e70.zip
Bug 332314 - [ui] possible over use of ProvUIActivator.getProvisioningUI() and ProvisioningUI.getDefaultUI()v20110201-0200
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml b/bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml
index f4c2c7386..89704e4c7 100644
--- a/bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml
+++ b/bundles/org.eclipse.equinox.p2.ui/OSGI-INF/repositoryTracker_component.xml
@@ -1,7 +1,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.ColocatedRepositoryTracker"/>
+ <implementation class="org.eclipse.equinox.internal.p2.ui.RepositoryTrackerComponent"/>
<service>
- <provide interface="org.eclipse.equinox.p2.operations.RepositoryTracker"/>
+ <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