<!--
/**
 * Copyright (c) Codice Foundation
 *
 * This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either
 * version 3 of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at
 * <http://www.gnu.org/licenses/lgpl.html>.
 *
 **/
 -->
<features xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          name="install-profiles-2.29.33"
          xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">

    <repository>mvn:ddf.features/apps/2.29.33/xml/features</repository>

    <feature name="profile-minimum" version="2.29.33"
             description="This will install only the applications required for a minimum viable profile."
             start-level="2">
    </feature>

    <feature name="profile-catalog" version="2.29.33"
             description="This will install the core set of DDF catalog features." start-level="1">
        <feature>ddf-core</feature>
        <feature>security-core-services</feature>
        <feature>platform-core</feature>
        <feature>catalog-core</feature>
        <feature>catalog-solr-app</feature>
        <feature>spatial-csw</feature>
    </feature>

    <!-- Start of app features -->

    <feature name="profile-standard" version="2.29.33"
             description="This will install the standard set of DDF applications." start-level="1">
        <feature>ddf-boot-features</feature>
        <feature>catalog-app</feature>
        <feature>search-ui-app</feature>
        <feature>catalog-solr-app</feature>
        <feature>spatial-app</feature>
    </feature>

</features>