<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-watermask</symbolicName>
    <version>1.3.1</version>
    <name>Land-Water mask</name>

    <description>Accurate Land/Water-mask based on shape files.</description>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>
        Max Planck Str.2, 21502 Geesthacht (Germany)
    </contactAddress>
    <copyright>(C) 2011 by Brockmann Consult GmbH</copyright>
    <url>http://envisat.esa.int/beam</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        <![CDATA[
           Changes from 1.3 to 1.3.1<br/>
            - dependency change BEAM from 4.10.4-SNAPSHOT to 4.11
            - dependency change beam-geotiff from 1.2 to 1.2.2
            - dependency change beam-modis-reader from 1.3 to 1.3.1
            - dependency change beam-netcdf from 1.1 to 1.1.2
            - dependency test change JUnit from 4.8.2 to 4.11
        ]]>
    </changelog>
    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>

    <categories>Application,Processor</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>watermask</id>
            <class>org.esa.beam.visat.actions.DefaultOperatorAction</class>
            <operatorName>LandWaterMask</operatorName>
            <dialogTitle>Accurate Land/Water-mask</dialogTitle>
            <targetProductNameSuffix>_watermask</targetProductNameSuffix>
            <text>Land/Water-mask...</text>
            <shortDescr>Accurate Land/Water-mask based on shape files.</shortDescr>
            <mnemonic/>
            <parent>tool</parent>
            <helpID>watermask</helpID>
            <placeAfter/>
        </action>
    </extension>

</module>
