Remove code moved to DluxApps
[dlux.git] / bundles / yangutils / src / main / resources / OSGI-INF / blueprint / blueprint.xml
diff --git a/bundles/yangutils/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/bundles/yangutils/src/main/resources/OSGI-INF/blueprint/blueprint.xml
deleted file mode 100644 (file)
index d1cd540..0000000
+++ /dev/null
@@ -1,13 +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="yangutils"/>
-       <property name="url" value="/src/common/yangutils"/>
-        <property name="directory" value="/yangutils"/>
-       <property name="requireJs" value="common/yangutils/yangutils.module"/>
-       <property name="angularJs" value="app.common.yangUtils"/>
-    </bean>
-</blueprint>