<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>ceres-core</symbolicName>
    <version>0.7</version>
    <name>Ceres Runtime Library</name>
    <activator>com.bc.ceres.core.runtime.internal.RuntimeActivator</activator>

    <changelog>
        <!--
           <li>[CERES-001] TODO: Normalisation of manifest text</li>
           <li>[CERES-006] TODO: Configure excluded/included modules</li>
        -->
        <![CDATA[
        Changes in 0.7<br/>
        [CERES-027] Modules shall inherit extension points<br/>
        [CERES-025] Add support for extension objects<br/>
        [CERES-024] Splash screen shall not be top-most<br/>
        [CERES-020] Runtime does not consider version-controlled dependencies<br/>
        [CERES-007] Use Version class in Module interface<br/>
        <br/>Changes in 0.6<br/>
        [CERES-008] Speed up module repository scanning<br/>
        [CERES-009] Replace simple extension points by META-INF/services<br/>
        [CERES-011] Support standard Java SPI mechanism<br/>
        [CERES-012] Cyclic dependency detection needs simplification<br/>
        [CERES-013] Optional dependencies not handled<br/>
        [CERES-014] Provide custom splash screen implementation<br/>
        ]]>
    </changelog>

    <description>
        The Ceres Runtime provides a platform for applications based on
        updatable, versioned modules.
    </description>

    <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>

    <categories>System,Library</categories>

    <!--
       todo - describe
    -->
    <extensionPoint id="applications"/>

    <!--
       todo - describe
    -->
    <extensionPoint id="serviceProviders"/>

</module>