<module>
    <manifestVersion>1.0.0</manifestVersion>
    
    <symbolicName>ceres-ui</symbolicName>
    <version>0.8</version>
    <name>Ceres User Interface Library</name>

    <categories>System,Library</categories>

    <description>
        The Ceres User Interface Library provides basic Java Swing user interface 
        components supporting the Ceres Runtime Library, e.g. a module manager
        dialog and a configuration panel for connecting remote module repositories.
    </description>

    <changelog>
        <![CDATA[
        Changes in 0.7<br>
        [CERES-22] Multiple versions of one module available for installation<br>
        [CERES-21] Version-controlled dependencies are not considered during update<br>
        <br>Changes in 0.5.1<br>
        [CERES-004]: "null" displayed instead of Changelog<br>
        ]]>
    </changelog>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2007 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:applications">
        <application id="UpdateUIMain" class="com.bc.ceres.swing.update.ModuleManagerMain"/>
    </extension>

</module>