Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f1e7b737da354f2e3ae534d373cf011d81c0b028 (plain) (tree)
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" immediate="false" name="org.eclipse.e4.tools.emf.editor3x.pdee4xmiprovider">
   <implementation class="org.eclipse.e4.tools.emf.editor3x.TargetElementProviders"/>
   <service>
      <provide interface="org.eclipse.e4.tools.emf.ui.common.IModelElementProvider"/>
   </service>
</scr:component>

Back to the top