From 03209874a05a527833a307575ce29078eda90856 Mon Sep 17 00:00:00 2001 From: Daniel Malachovsky Date: Tue, 10 Jan 2017 20:59:01 +0100 Subject: [PATCH] Replace dlux with dluxapps features Renaming is due to DLUX project split. Also, replacing yangui feature with yangman, new, redesigned and restyled application. https://wiki.opendaylight.org/view/Weather#Rename_some_odl-dlux-.2A_features_to_odl-dluxapps-.2A Change-Id: I8b75df0885d4c7453bd46c127ebcd9a63670e03a Signed-off-by: Daniel Malachovsky --- .../main/resources/archetype-resources/features/pom.xml | 8 ++++---- .../features/src/main/features/features.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 9a5dbbdf87..c42c759ac1 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 @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.5.0-SNAPSHOT 1.5.0-SNAPSHOT 1.1.0-SNAPSHOT - 0.5.0-SNAPSHOT + 0.5.0-SNAPSHOT etc/opendaylight/karaf @@ -91,10 +91,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime - org.opendaylight.dlux - features-dlux + org.opendaylight.dluxapps + features-dluxapps features - ${dlux.version} + ${dluxapps.version} xml runtime 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 fb33ff8447..a8096bb3f3 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 @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features - mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features + mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features odl-mdsal-models mvn:${groupId}/${artifactId}-api/{{VERSION}} @@ -35,7 +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 + odl-dluxapps-yangman odl-${artifactId} -- 2.36.6