<module>
    <manifestVersion>1.0.0</manifestVersion>

    <symbolicName>ceres-core</symbolicName>
    <version>0.6.1</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>
           <li>[CERES-007] TODO: Use Version class in Module interface</li>
        -->
        <![CDATA[
        Changes in 0.6.1<br>
        [CERES-20] Runtime does not consider version-controlled dependencies
        <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>