9 lines
381 B
XML
9 lines
381 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.adempiere.client.ServerInterface">
|
|
<implementation class="org.adempiere.client.ServerInterface"/>
|
|
<service>
|
|
<provide interface="org.compiere.interfaces.Server"/>
|
|
</service>
|
|
<property name="service.ranking" type="Integer" value="1"/>
|
|
</scr:component>
|