<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>snap-jai</symbolicName>
    <version>1.0.0</version>
    <name>Ceres JAI Library</name>

    <categories>System,Library</categories>

    <description>
        The Ceres JAI Library provides extensions based on the Java
        Advanced Imaging (JAI) library.
    </description>

    <changelog>
        <![CDATA[
                ]]>
    </changelog>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max-Planck-Str. 2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2011 by Brockmann Consult GmbH</copyright>
    <url>http://www.brockmann-consult.de/</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <dependency>
        <module>snap-ceres-core</module>
    </dependency>

    <activator>com.bc.ceres.jai.ModuleActivator</activator>

</module>