<?xml version="1.0" encoding="UTF-8"?>
<add-on xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://addons.neogia.org/dtd/add-on.xsd">
    <groupId>org.ofbizextra.product</groupId>
    <artifactId>portlet-product-feature</artifactId>
    <name>Portlet to manage product-feature in ofbiz, based on standard ofbiz screen and new one</name>
    <version>0.2.0-dev</version>
    <ofbiz-version>1488315</ofbiz-version>
    <changelog>
        <changeitem date="2013-07-03 16:26" version="0.2.0-dev">GPO : Add portlet to search product within category using search criterias (product features). Commit of some enhancement in dynamicViewEntityEngine, need to be separated to another addons. Add a portalPage and some demoData to test the new portlet.</changeitem>
        <changeitem date="2013-06-30 11:49" version="0.1.1.1-dev">Dependency : YLE : Implement portal pages security are ready securityGroup,   portalPage securityservice TODO: check that portalPortet permission is   implemnted</changeitem>
        <changeitem date="2013-06-30 12:26" version="0.1.1-dev">OHE French ProductProductCategory label correction</changeitem>
        <changeitem date="2013-06-30 11:37" version="0.1.0-dev">OHE from DVA addon initialization with ProductFeatureCategoryMgmt and 5 portlets</changeitem>
    </changelog>
    <license>
        <name>Apache 2</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <copyright>apache.org</copyright>
    </license>
    <developers>
        <developer>
            <name>David Varaillon</name>
            <roles>
                <role>developer</role>
            </roles>
        </developer>
        <developer>
            <name>Olivier Heintz</name>
            <roles>
                <role>developer</role>
                <role>maintainer</role>
            </roles>
        </developer>
    </developers>
</add-on>

