<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>ceres-glayer</symbolicName>
    <version>0.14.1</version>
    <name>Ceres GLayer Library</name>

    <categories>System,Library</categories>

    <description>
        The Ceres GLayer Library provides a framework for rendering of
        multiple graphical layers to some graphics context.
    </description>

    <dependency>
        <module>ceres-binding</module>
    </dependency>

    <changelog>
        <![CDATA[
            <b>Changes in 0.14.1</b><br/>
            [CERES-60] flashing tiles (optimised image tile rendering for high resolution data on high resolution displays)<br/>
        ]]>
    </changelog>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2014 by Brockmann Consult GmbH</copyright>
    <url>http://www.brockmann-consult.de/</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <extension point="ceres-core:serviceProviders">
        <serviceProvider>com.bc.ceres.glayer.LayerType</serviceProvider>
    </extension>

</module>