From 904b8477477153877b7ec8ccb582e4541e0e2bae Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 26 Jul 2015 12:01:45 -0700 Subject: [PATCH] Add yangui to -ui features in startup archetype. Change-Id: Iaf3fb8d5c92615c97e65ae572affeea5094ee472 Signed-off-by: Ed Warnicke --- .../main/resources/archetype-resources/features/pom.xml | 9 +++++++++ .../features/src/main/features/features.xml | 2 ++ 2 files changed, 11 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index aab31b508d..3f1abbc136 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -26,6 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.3.0-SNAPSHOT 0.8.0-SNAPSHOT + 0.3.0-SNAPSHOT etc/opendaylight/karaf @@ -65,6 +66,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL xml runtime + + org.opendaylight.dlux + features-dlux + features + ${dlux.version} + xml + runtime + ${symbol_dollar}{project.groupId} ${artifactId}-impl diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml index 1facf4c8aa..1e3115d531 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml @@ -16,6 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.yangtools/features-yangtools/${symbol_dollar}{yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${symbol_dollar}{mdsal.version}/xml/features mvn:org.opendaylight.controller/features-restconf/${symbol_dollar}{mdsal.version}/xml/features + mvn:org.opendaylight.dlux/features-dlux/${symbol_dollar}{dlux.version}/xml/features odl-yangtools-models mvn:${groupId}/${artifactId}-api/${symbol_dollar}{project.version} @@ -34,6 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-${artifactId}-rest odl-mdsal-apidocs odl-mdsal-xsql + odl-dlux-yangui -- 2.36.6