2012-12-21 17:48:41 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-05-07 14:55:04 +07:00
|
|
|
<!DOCTYPE scr:component>
|
2013-07-31 15:30:15 +07:00
|
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.adempiere.webui.process.DefaultPrintShippingLabel">
|
2012-12-21 17:48:41 +07:00
|
|
|
<implementation class="org.adempiere.webui.process.DefaultPrintShippingLabel"/>
|
|
|
|
<service>
|
|
|
|
<provide interface="org.adempiere.process.IPrintShippingLabel"/>
|
|
|
|
</service>
|
|
|
|
</scr:component>
|