<!--
/**
 * 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-1.17.5"
          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">

    <feature name="profile-alliance" version="1.17.5"
             description="This will install DDF with Alliance applications." start-level="1">

        <!-- DDF features -->
        <feature>admin-app</feature>
        <feature>platform-app</feature>
        <feature>catalog-app</feature>
        <feature>spatial-app</feature>
        <feature>search-ui-app</feature>
        <feature>catalog-solr-app</feature>

        <!-- Alliance Apps -->
        <feature>video-app</feature>
        <feature>imaging-app</feature>
        <feature>security-app</feature>
    </feature>

</features>
