2010-09-29 14:25:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="org.compiere.db.provider"
|
|
|
|
label="Database Provider-feature"
|
2015-10-31 09:18:07 +07:00
|
|
|
version="3.1.0.qualifier">
|
2010-09-29 14:25:34 +07:00
|
|
|
|
|
|
|
<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>
|
2015-10-31 09:18:07 +07:00
|
|
|
<import feature="org.adempiere.base" version="3.1.0.qualifier"/>
|
2010-09-29 14:25:34 +07:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.compiere.db.oracle.provider"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2015-10-31 09:18:07 +07:00
|
|
|
version="3.1.0.qualifier"
|
2010-09-29 14:25:34 +07:00
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.compiere.db.postgresql.provider"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2015-10-31 09:18:07 +07:00
|
|
|
version="3.1.0.qualifier"
|
2010-09-29 14:25:34 +07:00
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|