<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<add-on xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://addons.ofbizextra.org/dtd/add-on.xsd">
    <groupId>org.ofbiz-extra</groupId>
    <artifactId>field-group-use-when</artifactId>
    <name>This addon modify the modelForm so that a field group is not shown if all sort-field have use-when evalutes to false</name>
    <version>0.1.2-dev</version>
    <ofbiz-version>1444271</ofbiz-version>
    <changelog>
        <changeitem date="2013-02-12 15:15" version="0.1.2-dev">YLE: correcting a bas copy/past issue</changeitem>
        <changeitem date="2013-02-10 17:00" version="0.1.1-dev">correct ofbiz release number</changeitem>
        <changeitem date="2013-02-09 18:33" version="0.1-dev">first release</changeitem>
    </changelog>
    <license>
        <name>Apache 2</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <copyright>neogia.org</copyright>
    </license>
    <developers>
        <developer>
            <name>Khaye youssef</name>
            <roles>
                <role>maintainer</role>
                <role>developer</role>
            </roles>
        </developer>
    </developers>
</add-on>
