blob: d946fec82092b29f4a863a6c4c81dd8ae12e545e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.eclipse.osbp.ide.core.ui.display.WorkbenchAvailableService">
<service>
<provide interface="org.eclipse.osbp.runtime.common.ui.IWorkbenchAvailable"/>
</service>
<reference bind="bindWorkbench" cardinality="1..1" interface="org.eclipse.ui.IWorkbench" name="Workbench" policy="static" unbind="unbindWorkbench"/>
<implementation class="org.eclipse.osbp.ide.core.ui.display.WorkbenchAvailableService"/>
</scr:component>