Skip to main content
summaryrefslogtreecommitdiffstats
blob: 759090b939cd8e14d830459a6139d212d22b1db4 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.e4.tools.emf.editor3x">
   <implementation class="org.eclipse.e4.tools.emf.editor3x.PDEExtensionLookup"/>
   <service>
      <provide interface="org.eclipse.e4.tools.emf.ui.common.IExtensionLookup"/>
   </service>
</scr:component>

Back to the top