summaryrefslogtreecommitdiffstats
path: root/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-06-10 07:36:43 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-06-10 08:03:58 +0000
commit70e243d1c48f9554bd4e28e80f7ff766db6fe857 (patch)
tree6c2f91854470d0e61f267ee05ea3067b34e05629 /vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml
parent973d8c2ecbb02cf6e4971060b6edec3617bce96f (diff)
HONEYCOMB-7: Remove VBD form HC
VBD is now subproject of ODL: https://git.opendaylight.org/gerrit/#/admin/projects/honeycomb/vbd Change-Id: I1bf01a01cca50fe5e3f4f82a53c6b15ec5c7091d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml')
-rw-r--r--vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml20
1 files changed, 0 insertions, 20 deletions
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
index 265cd7538..000000000
--- a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ /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>