core-jgi/org.adempiere.base/OSGI-INF/org.idempiere.print.rendere...

7 lines
368 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.idempiere.print.renderer.XMLReportRenderer">
<service>
<provide interface="org.idempiere.print.renderer.IReportRenderer"/>
</service>
<implementation class="org.idempiere.print.renderer.XMLReportRenderer"/>
</scr:component>