From 04fd76976e20cc392bedf8c30bd63fa90de3c30d Mon Sep 17 00:00:00 2001 From: Harman Singh Date: Mon, 15 Jun 2015 13:27:14 -0700 Subject: [PATCH] Layout bundle should start little late than other bundles, so loading never cause any issue Change-Id: I92b12342deb32f962832bf2961590d9d86b77b49 Signed-off-by: Harman Singh --- features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 66bee8fb..564f3fbd 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -24,7 +24,7 @@ mvn:org.opendaylight.dlux/dlux.common.navigation/${project.version} mvn:org.opendaylight.dlux/dlux.common.topbar/${project.version} mvn:org.opendaylight.dlux/dlux.common.general/${project.version} - mvn:org.opendaylight.dlux/dlux.common.layout/${project.version} + mvn:org.opendaylight.dlux/dlux.common.layout/${project.version} mvn:org.opendaylight.dlux/dlux.topology/${project.version} -- 2.36.6