X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.ui%2Fbnd.bnd;h=32f8bf8c55a71f4b3d49486eadc8f5023e4e9188;hb=41e9998f7f1c87c747c57f60c6bec65fa20757a6;hp=3b2d6fcb3b921c1ab48b48017e7c95b58beea179;hpb=4f10468a32db84b4a3d799f116e6ef73a7b4d158;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.ui/bnd.bnd b/org.argeo.suite.ui/bnd.bnd index 3b2d6fc..32f8bf8 100644 --- a/org.argeo.suite.ui/bnd.bnd +++ b/org.argeo.suite.ui/bnd.bnd @@ -1,19 +1,23 @@ Service-Component:\ 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,\ -org.argeo.eclipse.ui.dialogs,\ *