From: Mathieu Baudier Date: Tue, 20 Mar 2018 10:36:57 +0000 (+0100) Subject: Fix missing import X-Git-Tag: argeo-commons-2.1.73~31 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=b82109f56c2340a940a52415c8520095b84fe95f;p=lgpl%2Fargeo-commons.git Fix missing import --- diff --git a/org.argeo.cms.ui.workbench/bnd.bnd b/org.argeo.cms.ui.workbench/bnd.bnd index 9b38202e0..2f7a7ee44 100644 --- a/org.argeo.cms.ui.workbench/bnd.bnd +++ b/org.argeo.cms.ui.workbench/bnd.bnd @@ -6,6 +6,7 @@ Require-Bundle: org.eclipse.core.runtime,\ org.eclipse.core.commands Import-Package: org.argeo.cms.auth,\ +org.argeo.cms.ui,\ org.argeo.eclipse.spring,\ org.argeo.eclipse.ui.utils,\ org.eclipse.core.runtime.jobs,\