Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3a36185c6ce37a6ddfb6e664565eb80dc1cc0336 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="shutDown" name="org.eclipse.egit.core.TransportConfigurator">
   <reference bind="setPreferencesService" interface="org.eclipse.core.runtime.preferences.IPreferencesService" name="PreferencesService"/>
   <reference bind="setProxyService" interface="org.eclipse.core.net.proxy.IProxyService" name="ProxyService"/>
   <implementation class="org.eclipse.egit.core.TransportConfigurator"/>
</scr:component>

Back to the top