<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>ceres-ui</symbolicName>
    <version>0.14</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>

    <dependency>
        <module>ceres-glayer</module>
    </dependency>
    <dependency>
        <module>ceres-binding</module>
    </dependency>

    <changelog>
        <![CDATA[
        <p>Changes in 0.14<br/>
        [CERES-59] Line-Geometries shall be easier selectable<br/>
        <p>Changes in 0.13.1<br/>
        [CERES-34] Module description misplaced in module manager GUI<br/>
        </p>
        <p>Changes in 0.12<br/>
        [CERES-49] TableLayout yields wrong results if spacer is used<br/>
        </p>
        <p>Changes in 0.11<br/>
        [CERES-47] Figures are not correctly moved if multiple are selected<br/>
        </p>
        <p>Changes in 0.8<br/>
        [CERES-32] ProgressMonitorSwingWorker can cause deadlock<br/>
        [CERES-22] Multiple versions of one module available for installation<br/>
        [CERES-21] Version-controlled dependencies are not considered during update<br/>
        </p>
        <p>Changes in 0.5<br/>
        [CERES-004]: "null" displayed instead of Changelog<br/>
        </p>
        ]]>
    </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>

    <extension point="ceres-core:applications">
        <application id="UpdateUIMain" class="com.bc.ceres.swing.update.ModuleManagerMain"/>
    </extension>
    <extension point="ceres-core:serviceProviders">
        <serviceProvider>com.bc.ceres.swing.binding.PropertyEditor</serviceProvider>
    </extension>
</module>