Conform ccsdk/sli/plugins to ONAP Style
[ccsdk/sli/plugins.git] / properties-node / features / src / main / resources / features.xml
index 2ed98a1..96f37a9 100644 (file)
@@ -3,8 +3,8 @@
   ============LICENSE_START=======================================================
   openECOMP : SDN-C
   ================================================================================
-  Copyright (C) 2017 ONAP Intellectual Property. All rights
-                                               reserved.
+  Copyright (C) 2017 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.
 
 
 <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>