diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-17 13:44:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-17 13:44:10 +0000 |
commit | 763b6fbd1a264354fe5e960f85c24a3da63c51af (patch) | |
tree | e55a58cc4ba100414fc73dee807e28c100c16004 | |
parent | 7d322a14fea0295f49b96ff6213a719c330072aa (diff) | |
parent | 0ece082d666bbd2d37bb3e8f888c339ca7a029eb (diff) |
Merge "prevent duplicate bundle startup"
-rw-r--r-- | sli/features/odl-sli/src/main/feature/feature.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sli/features/odl-sli/src/main/feature/feature.xml b/sli/features/odl-sli/src/main/feature/feature.xml deleted file mode 100644 index 2304d931..00000000 --- a/sli/features/odl-sli/src/main/feature/feature.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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="ccsdk-sli"> - <!-- 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-Name=sli-provider-base</bundle> - </feature> -</features> |