HONEYCOMB-7: Remove VBD form HC
[honeycomb.git] / vbd / gui / bundle / src / main / resources / OSGI-INF / blueprint / blueprint.xml
diff --git a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml
deleted file mode 100644 (file)
index 265cd75..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-    <reference id="httpService" availability="mandatory" activation="eager" interface="org.osgi.service.http.HttpService"/>
-    <reference id="loader" availability="mandatory" activation="eager" interface="org.opendaylight.dlux.loader.DluxModuleLoader"/>
-    <bean id="bundle" init-method="initialize" destroy-method="clean" class="org.opendaylight.dlux.loader.DluxModule">
-        <property name="httpService" ref="httpService"/>
-        <property name="loader" ref="loader"/>
-        <property name="moduleName" value="vpp"/>
-        <property name="url" value="/src/app/vpp"/>
-        <property name="directory" value="/vpp"/>
-        <property name="requireJs" value="app/vpp/main"/>
-        <property name="angularJs" value="app.vpp"/>
-               <property name="cssDependencies">
-            <list>
-                 <value>src/app/vpp/assets/css/next.css</value>
-                 <value>src/app/vpp/bower_components/angular-material/angular-material.min.css</value>
-                 <value>src/app/vpp/assets/css/vpp.css</value>
-            </list>
-        </property>
-    </bean>
-</blueprint>