aboutsummaryrefslogtreecommitdiffstats
path: root/sli/features/features-sli/src/main/feature/feature.xml
blob: f8ecf8d60ec4d448dfe87339482bc51e889e89da (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="ccsdk-dblib">
    <feature name="features-sli" description="ccsdk-sli-core :: sli :: features-sli" version="${project.version}">
    <!-- the generated bundle symbolic name is very long for wrapped jars, providing an instruction to shorten it -->
        <bundle>wrap:mvn:org.onap.ccsdk.sli.core/sli-provider-base/${project.version}$Bundle-SymbolicName=org.onap.ccsdk.sli.core.sli-provider.base</bundle>
    </feature>
</features>