Hi,

    if I am updating the same features.xml in auto deploy folder, such
    as one below
    and keep adding more and more features, then

    feature:list shows that newly added features do show up,
    but the old ones are getting duplicated;

    is it a feature or a bug? :-)

    Thank you,

    Andrei


    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <features xmlns="http://karaf.apache.org/xmlns/features/v1.1.0";
    name="empty-repository">

        <!-- these features should be auto installed -->

        <feature install="auto" name="empty-feature-one" version="1.0.0"
    description="very empty">
        </feature>

        <feature install="auto" name="empty-feature-two" version="2.0.0"
    description="extra empty">
        </feature>

    </features>

Reply via email to