Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8cb8e30ced0d785d00f971d5bee4e12b9aec4acb (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.tea.ease.internal.ListEaseScripts">
   <service>
      <provide interface="org.eclipse.tea.core.services.TaskChain"/>
   </service>
   <implementation class="org.eclipse.tea.ease.internal.ListEaseScripts"/>
</scr:component>

Back to the top