<module>
    <manifestVersion>1.0.0</manifestVersion>
    
    <symbolicName>ceres-ui</symbolicName>
    <version>0.5.1</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[From 0.5 to 0.5.1
        <ul>
        <li>FIX: Module manager displayed wrong information text for modules on the repository.</li>
        </ul>]]>
    </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>