31 lines
776 B
XML
31 lines
776 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.adempiere.payment.processor"
|
|
label="Payment Processor"
|
|
version="2.0.0.qualifier">
|
|
|
|
<description url="http://www.example.com/description">
|
|
[Enter Feature Description here.]
|
|
</description>
|
|
|
|
<copyright url="http://www.example.com/copyright">
|
|
[Enter Copyright Description here.]
|
|
</copyright>
|
|
|
|
<license url="http://www.example.com/license">
|
|
[Enter License Description here.]
|
|
</license>
|
|
|
|
<requires>
|
|
<import feature="org.adempiere.base" version="2.0.0.qualifier"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.adempiere.payment.processor"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="2.0.0.qualifier"
|
|
unpack="false"/>
|
|
|
|
</feature>
|