Skip to main content
summaryrefslogtreecommitdiffstats
blob: 51ac612181fe2629ba8f49c58e0d158c790f24b7 (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.ui.script.js">
   <implementation class="org.eclipse.e4.tools.emf.ui.script.js.ResourceProvider"/>
   <service>
      <provide interface="org.eclipse.e4.tools.services.IResourceProviderService"/>
   </service>
   <properties entry="OSGI-INF/resources.properties"/>
</scr:component>

Back to the top