blob: 458e1336f72fdd1b2d9822fa6e0a2253d5b03634 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" deactivate="shutDown" name="org.eclipse.egit.ui.internal.ApplicationActiveListener">
<property name="event.topics">org/eclipse/e4/ui/LifeCycle/appStartupComplete
org/eclipse/e4/ui/LifeCycle/appShutdownStarted
</property>
<service>
<provide interface="org.osgi.service.event.EventHandler"/>
</service>
<implementation class="org.eclipse.egit.ui.internal.ApplicationActiveListener"/>
</scr:component>