X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.e4%2Fbnd.bnd;h=37fd8a9d9d9a7f667027d227449a25688e325688;hp=a29c7f13368aaa63443c39d3265a10081db9e45d;hb=86424c388c0a689d1a4c9260c1fe450be134b318;hpb=40776acccb8ac4457d96a4c7448cd6e5f404771c diff --git a/org.argeo.suite.e4/bnd.bnd b/org.argeo.suite.e4/bnd.bnd index a29c7f1..37fd8a9 100644 --- a/org.argeo.suite.e4/bnd.bnd +++ b/org.argeo.suite.e4/bnd.bnd @@ -1,2 +1,18 @@ Bundle-ActivationPolicy: lazy -Service-Component: OSGI-INF/systemE4Service.xml,OSGI-INF/activitiesE4Service.xml,OSGI-INF/peopleE4Service.xml,OSGI-INF/documentsE4Service.xml +Service-Component: OSGI-INF/systemE4Service.xml,\ +OSGI-INF/activitiesE4Service.xml,\ +OSGI-INF/peopleE4Service.xml,\ +OSGI-INF/trackerE4Service.xml,\ +OSGI-INF/documentsE4Service.xml + +Import-Package: org.eclipse.swt,\ +org.eclipse.core.commands.common,\ +javax.jcr.nodetype,\ +org.eclipse.e4.core.contexts,\ +org.argeo.connect.ui,\ +org.argeo.connect.e4,\ +org.argeo.activities.e4,\ +org.argeo.people.e4,\ +org.argeo.documents.e4,\ +org.argeo.tracker.e4,\ +*