blob: 351b3c2ff05b068c7e03f8112f0ed160a2a45c22 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="viewTemplate">
<service>
<provide interface="org.eclipse.emf.ecp.view.template.model.VTViewTemplateProvider"/>
</service>
<reference bind="setReportService" interface="org.eclipse.emfforms.spi.common.report.ReportService" name="ReportService"/>
<reference bind="addViewTemplateSupplier" cardinality="0..n" interface="org.eclipse.emf.ecp.spi.view.template.service.ViewTemplateSupplier" name="ViewTemplateSupplier" policy="static" unbind="removeViewTemplateSupplier"/>
<implementation class="org.eclipse.emf.ecp.view.template.service.ViewTemplateProviderImpl"/>
</scr:component>