Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c7c2e29c5f0a9b145351e6cdb4f8606a7e08522 (plain) (blame)
1
2
3
4
5
6
7
8
<?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.editor.xmiresource">
   <implementation class="org.eclipse.e4.tools.emf.editor.XMIResourceFunction"/>
   <service>
      <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
   </service>
   <property name="service.context.key" type="String" value="org.eclipse.e4.tools.emf.ui.common.IModelResource"/>
</scr:component>

Back to the top