X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-karaf-features%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;fp=opendaylight%2Farchetypes%2Fopendaylight-karaf-features%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fsrc%2Fmain%2Fresources%2Ffeatures.xml;h=5f4a9f2e9d80ff90f2f5842eac32e1402ff9e00d;hb=58393ca23932b49ce5ba2fa3c23822490d0494b5;hp=6748a218b89004ce6f41350412a48e9a8d0393d0;hpb=72821ccd7b91e6400acbbd71f7007942e5fac872;p=controller.git diff --git a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml index 6748a218b8..5f4a9f2e9d 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml @@ -64,7 +64,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-${repoName}-model mvn:${groupId}/${repoName}-provider/{{VERSION}} ... whatever other bundles you need @@ -72,15 +72,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:${groupId}/${repoName}-model/{{VERSION}} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:${groupId}/${repoName}-provider/{{VERSION}} mvn:${groupId}/${repoName}-config/{{VERSION}}/xml/config ... whatever other bundles you need @@ -88,7 +88,7 @@ * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker) - odl-openflowplugin-flow-services + odl-openflowplugin-flow-services mvn:${groupId}/${repoName}-provider/{{VERSION}} ... whatever other bundles you need