2010-09-29 14:25:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="org.adempiere.webstore"
|
|
|
|
label="Webstore-feature"
|
|
|
|
version="1.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="1.0.0.qualifier"/>
|
|
|
|
<import plugin="org.adempiere.report.jasper.webapp" version="1.0.0" match="greaterOrEqual"/>
|
2012-02-17 05:28:30 +07:00
|
|
|
<import plugin="javax.servlet.jsp"/>
|
|
|
|
<import plugin="javax.servlet.jsp.jstl"/>
|
2010-09-29 14:25:34 +07:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2011-01-11 00:08:37 +07:00
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore.resource"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
fragment="true"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.adempiere.webstore.servlet"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2010-09-29 14:25:34 +07:00
|
|
|
</feature>
|