clean some XML files
[transportpce.git] / tests / stubrenderer / src / main / resources / org / opendaylight / blueprint / stubrenderer-blueprint.xml
index dff4691687660826dee660d63eacc14ff98c2614..e7a811d56f53e6e83c2fb6adbaf89209bc137f5c 100644 (file)
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!-- vi: set et smarttab sw=4 tabstop=4: -->\r
-<!--\r
-Copyright © 2017 Orange and others. All rights reserved.\r
-\r
-This program and the accompanying materials are made available under the\r
-terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
-and is available at http://www.eclipse.org/legal/epl-v10.html\r
-\r
-Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange\r
--->\r
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"\r
-  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"\r
-  odl:use-default-for-reference-types="true">\r
-\r
-  <reference id="rpcRegistry"\r
-       interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"/>\r
-\r
-  <reference id="notificationPublishService"\r
-          interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"\r
-          odl:type="default" />\r
-\r
-   <reference id="notificationService"\r
-          interface="org.opendaylight.controller.md.sal.binding.api.NotificationService"\r
-          odl:type="default" />\r
-\r
-  <bean id="provider"\r
-    class="org.opendaylight.transportpce.stubrenderer.impl.StubrendererProvider"\r
-    init-method="init" destroy-method="close">\r
-    <argument ref="rpcRegistry" />\r
-    <argument ref="notificationPublishService" />\r
-    <argument ref="notificationService"/>\r
-  </bean>\r
-\r
-</blueprint>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+Copyright © 2017 Orange and others. All rights reserved.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License v1.0 which accompanies this distribution,
+and is available at http://www.eclipse.org/legal/epl-v10.html
+
+Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
+-->
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
+  odl:use-default-for-reference-types="true">
+
+  <reference id="rpcRegistry"
+        interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"/>
+
+  <reference id="notificationPublishService"
+          interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
+          odl:type="default" />
+
+   <reference id="notificationService"
+          interface="org.opendaylight.controller.md.sal.binding.api.NotificationService"
+          odl:type="default" />
+
+  <bean id="provider"
+    class="org.opendaylight.transportpce.stubrenderer.impl.StubrendererProvider"
+    init-method="init" destroy-method="close">
+    <argument ref="rpcRegistry" />
+    <argument ref="notificationPublishService" />
+    <argument ref="notificationService"/>
+  </bean>
+
+</blueprint>