ght.l2switch.features-l2switch.0.5.3-Carbon.source-code.features.xml Maven / Gradle / Ivy
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="l2switch-${project.version}" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflow.plugin.version}/xml/features</repository> <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository> <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/${dluxapps.version}/xml/features</repository> <feature name="odl-l2switch-all" description="OpenDaylight :: L2Switch :: All" version="${project.version}"> <feature version="${project.version}">odl-l2switch-switch</feature> </feature> <feature name="odl-l2switch-switch" description="OpenDaylight :: L2Switch :: Switch" version="${project.version}"> <feature version="${project.version}">odl-l2switch-hosttracker</feature> <feature version="${project.version}">odl-l2switch-arphandler</feature> <bundle>mvn:org.opendaylight.l2switch.main/main-impl/0.5.3-Carbon</bundle> </feature> <feature name="odl-l2switch-switch-rest" description="OpenDaylight :: L2Switch :: Switch" version="${project.version}"> <feature version="${project.version}">odl-l2switch-switch</feature> <feature version="${restconf.version}">odl-restconf</feature> </feature> <feature name="odl-l2switch-switch-ui" description="OpenDaylight :: L2Switch :: Switch" version="${project.version}"> <feature version="${project.version}">odl-l2switch-switch-rest</feature> <feature version="${restconf.version}">odl-mdsal-apidocs</feature> <feature version="${dluxapps.version}">odl-dluxapps-topology</feature> </feature> <feature name="odl-l2switch-hosttracker" description="OpenDaylight :: L2Switch :: HostTracker" version="${project.version}"> <feature version="${project.version}">odl-l2switch-addresstracker</feature> <bundle>mvn:org.opendaylight.l2switch.hosttracker/hosttracker-model/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.l2switch.hosttracker/hosttracker-impl/0.5.3-Carbon</bundle> </feature> <feature name="odl-l2switch-addresstracker" description="OpenDaylight :: L2Switch :: AddressTracker" version="${project.version}"> <feature version="${project.version}">odl-l2switch-packethandler</feature> <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-model/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-impl/0.5.3-Carbon</bundle> </feature> <feature name="odl-l2switch-arphandler" description="OpenDaylight :: L2Switch :: ArpHandler" version="${project.version}"> <feature version="${project.version}">odl-l2switch-packethandler</feature> <feature version="${project.version}">odl-l2switch-loopremover</feature> <bundle>mvn:org.opendaylight.l2switch.addresstracker/addresstracker-model/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.l2switch.arphandler/arphandler-impl/0.5.3-Carbon</bundle> </feature> <feature name="odl-l2switch-loopremover" description="OpenDaylight :: L2Switch :: LoopRemover" version="${project.version}"> <feature version="${openflow.plugin.version}">odl-openflowplugin-flow-services</feature> <bundle>mvn:org.opendaylight.l2switch.loopremover/loopremover-model/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.l2switch.loopremover/loopremover-impl/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1</bundle> </feature> <feature name="odl-l2switch-packethandler" description="OpenDaylight :: L2Switch :: PacketHandler" version="${project.version}"> <feature version="${openflow.plugin.version}">odl-openflowplugin-southbound</feature> <bundle>mvn:org.opendaylight.l2switch.packethandler/packethandler-model/0.5.3-Carbon</bundle> <bundle>mvn:org.opendaylight.l2switch.packethandler/packethandler-impl/0.5.3-Carbon</bundle> </feature> </features>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy