Remove unused blueprint 56/93756/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 10 Nov 2020 18:33:50 +0000 (19:33 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 10 Nov 2020 23:20:52 +0000 (23:20 +0000)
This blueprint is not used anywhere and references non-existent
classes. Remove it to reduce confusion.

JIRA: BGPCEP-925
Change-Id: I9afa164bba6e9f75b9049b73e6d9d51b7b332280
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
algo/algo-impl/src/main/resources/org/opendaylight/blueprint/pcep-server-algo.xml [deleted file]

diff --git a/algo/algo-impl/src/main/resources/org/opendaylight/blueprint/pcep-server-algo.xml b/algo/algo-impl/src/main/resources/org/opendaylight/blueprint/pcep-server-algo.xml
deleted file mode 100644 (file)
index b67f425..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2018 Orange Labs. 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
--->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
-
-    <reference id="tedProvider" interface="org.opendaylight.bgpcep.bgp.topology.provider.spi.TEDProvider"/>
-
-    <bean id="pathComputationProvider"
-          class="org.opendaylight.bgpcep.pcep.server.algo.PathComputationFactory"
-          destroy-method="close"
-          init-method="init">
-        <argument ref="tedProvider"/>
-    </bean>
-
-    <service ref="pathComputationProvider" interface="org.opendaylight.bgpcep.pcep.server.algo.PathComputationProvider"/>
-
-</blueprint>