X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.ui%2Fbnd.bnd;h=7785626947e966f37fdb8a1faaea3a38a856d91e;hb=26204f48e2c40e98cc5b85757779b8a291edaa6a;hp=ecf6fe8db0c965cd5671dc6ae4f8faed2d104bfd;hpb=a5ba54441da727f3965105a71b3a114b31dd34de;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.ui/bnd.bnd b/org.argeo.suite.ui/bnd.bnd index ecf6fe8..7785626 100644 --- a/org.argeo.suite.ui/bnd.bnd +++ b/org.argeo.suite.ui/bnd.bnd @@ -1,10 +1,24 @@ Service-Component:\ OSGI-INF/cmsApp.xml,\ -OSGI-INF/workHeader.xml,\ -OSGI-INF/leadPane.xml +OSGI-INF/eventRecorder.xml,\ +OSGI-INF/header.xml,\ +OSGI-INF/footer.xml,\ +OSGI-INF/leadPane.xml,\ +OSGI-INF/loginScreen.xml,\ +OSGI-INF/recentItems.xml,\ +OSGI-INF/adminLeadPane.xml,\ +OSGI-INF/termsEntryArea.xml,\ +OSGI-INF/termsLayer.xml,\ +OSGI-INF/dashboard.xml,\ +OSGI-INF/dashboardLayer.xml Import-Package:\ org.argeo.api,\ +org.argeo.cms.ui.widgets,\ org.eclipse.swt,\ org.osgi.framework,\ +org.argeo.entity,\ +org.eclipse.core.commands.common,\ +org.eclipse.jface.window,\ +org.eclipse.jface.dialogs,\ *