X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.ui%2Fbnd.bnd;h=32f8bf8c55a71f4b3d49486eadc8f5023e4e9188;hb=41e9998f7f1c87c747c57f60c6bec65fa20757a6;hp=8fd262a1c944be9f1211fbff0518730f6f3ed20d;hpb=5ace611de7a12d74a6b606861b89a2d3517514b0;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.ui/bnd.bnd b/org.argeo.suite.ui/bnd.bnd index 8fd262a..32f8bf8 100644 --- a/org.argeo.suite.ui/bnd.bnd +++ b/org.argeo.suite.ui/bnd.bnd @@ -1,10 +1,23 @@ Service-Component:\ -OSGI-INF/argeoSuiteApp.xml,\ -OSGI-INF/workHeader.xml,\ -OSGI-INF/leadPane.xml +OSGI-INF/cmsApp.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,\ *