All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy

There is a newer version: 0.9.2
Show newest version
<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="navigation"/>
        <property name="url" value="/src/common/navigation"/>
    	<property name="directory" value="/navigation"/>
    	<property name="requireJs" value="common/navigation/navigation.module"/>
    	<property name="angularJs" value="app.common.nav"/>
    </bean>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy