diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 13:43:54 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 00:00:43 +0000 |
commit | 85aedb5070d2ab5e198dbaba2115ed883b785a91 (patch) | |
tree | 3a794f554c00a43620dfa23c84405bba969e742b /appc-oam/appc-oam-features/onap-appc-oam/src | |
parent | cfca049dc256437c083c0b6723c1936b24c70e60 (diff) |
Karaf 4 for appc-oam
Change-Id: Id729265145dc4996a2a3ccb2457d66b7a8f2d6bd
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1139
Diffstat (limited to 'appc-oam/appc-oam-features/onap-appc-oam/src')
-rw-r--r-- | appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml new file mode 100644 index 000000000..d36e84dd6 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + ONAP : APPC + ================================================================================ + Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + ============================================================================= + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ============LICENSE_END========================================================= + --> +<features name="onap-appc-oam" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"> + <feature name="onap-appc-oam" version="${project.version}"> + <configfile finalname="etc/opendaylight/karaf/201-appc-oam.xml">mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config</configfile> + </feature> +</features>
\ No newline at end of file |