aboutsummaryrefslogtreecommitdiffstats
path: root/properties-node/features/src/main
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-08-23 11:47:08 -0700
committerMarcus Williams <marcus.williams@intel.com>2017-08-23 19:03:23 +0000
commit9042880234791fbe2e0ef033091ba93cb7f088f5 (patch)
tree3be335ecff8f5c8eae98c676fd93b902fb04dad7 /properties-node/features/src/main
parent0c7f2223a42ae9f1a9ac8954e9b9194e929b72f6 (diff)
Conform ccsdk/sli/plugins to ONAP Style
Per ONAP Style Guide: 1. Convert tabs to 4 spaces. 2. Break lines to be less than 120 characters 3. Clean ecomp references 4. Remove extraneous spaces Issue-Id: CCSDK-1 Change-Id: I5638326170aa3ab26774b373ab573643840e97ab Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'properties-node/features/src/main')
-rw-r--r--properties-node/features/src/main/resources/features.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/properties-node/features/src/main/resources/features.xml b/properties-node/features/src/main/resources/features.xml
index 5f0d7b55..96f37a9e 100644
--- a/properties-node/features/src/main/resources/features.xml
+++ b/properties-node/features/src/main/resources/features.xml
@@ -22,18 +22,18 @@
<features name="sdnc-properties-node-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
- <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
+ <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
- <feature name='sdnc-properties-node' description="sdnc-properties-node"
- version='${project.version}'>
- <feature version="${sdnctl.sli.version}">sdnc-sli</feature>
- <feature>spring</feature>
- <feature>spring-dm</feature>
- <bundle>mvn:org.onap.ccsdk.sli.plugins/properties-node-provider/${project.version}
- </bundle>
- </feature>
+ <feature name='sdnc-properties-node' description="sdnc-properties-node"
+ version='${project.version}'>
+ <feature version="${sdnctl.sli.version}">sdnc-sli</feature>
+ <feature>spring</feature>
+ <feature>spring-dm</feature>
+ <bundle>mvn:org.onap.ccsdk.sli.plugins/properties-node-provider/${project.version}
+ </bundle>
+ </feature>
</features>