X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.ui%2Fbnd.bnd;h=3b2d6fcb3b921c1ab48b48017e7c95b58beea179;hp=b8793ec7b23ad500840db4b55fa167e50ca446ed;hb=4f10468a32db84b4a3d799f116e6ef73a7b4d158;hpb=30f7e4a5a1bdb27156511eb9ea88d2ec492d7e01 diff --git a/org.argeo.suite.ui/bnd.bnd b/org.argeo.suite.ui/bnd.bnd index b8793ec..3b2d6fc 100644 --- a/org.argeo.suite.ui/bnd.bnd +++ b/org.argeo.suite.ui/bnd.bnd @@ -4,7 +4,8 @@ OSGI-INF/header.xml,\ OSGI-INF/leadPane.xml,\ OSGI-INF/loginScreen.xml,\ OSGI-INF/recentItems.xml,\ -OSGI-INF/dashboard.xml +OSGI-INF/dashboard.xml,\ +OSGI-INF/dashboardLayer.xml Import-Package:\ org.argeo.api,\ @@ -12,4 +13,7 @@ org.eclipse.swt,\ org.osgi.framework,\ org.argeo.entity,\ org.eclipse.core.commands.common,\ +org.eclipse.jface.window,\ +org.eclipse.jface.dialogs,\ +org.argeo.eclipse.ui.dialogs,\ *