2010-09-29 14:25:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="org.adempiere.webstore"
|
|
|
|
label="Webstore-feature"
|
2017-11-01 05:12:29 +07:00
|
|
|
version="5.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>
|
2016-07-07 12:51:24 +07:00
|
|
|
<import feature="org.adempiere.base" version="0.0.0"/>
|
|
|
|
<import plugin="org.adempiere.report.jasper.webapp" version="0.0.0"/>
|
2014-10-13 10:05:19 +07:00
|
|
|
<import plugin="org.mortbay.jasper.apache-jsp"/>
|
|
|
|
<import plugin="org.apache.taglibs.taglibs-standard-spec"/>
|
2010-09-29 14:25:34 +07:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2016-07-07 12:51:24 +07:00
|
|
|
version="0.0.0"/>
|
2010-09-29 14:25:34 +07:00
|
|
|
|
2011-01-11 00:08:37 +07:00
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore.resource"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2016-07-07 12:51:24 +07:00
|
|
|
version="0.0.0"
|
2014-04-03 00:31:20 +07:00
|
|
|
fragment="true"/>
|
2011-01-11 00:08:37 +07:00
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore.servlet"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2016-07-07 12:51:24 +07:00
|
|
|
version="0.0.0"
|
2014-10-13 10:05:19 +07:00
|
|
|
fragment="true"/>
|
2011-01-11 00:08:37 +07:00
|
|
|
|
2010-09-29 14:25:34 +07:00
|
|
|
</feature>
|