X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.e4%2Fbnd.bnd;h=5b76067cecb0438fa742586c0659ff642dc059ae;hp=766ba4853c3adecd815a1eee65306e04bc053752;hb=10979f7ac1e22e8ef036a0b88aa8f8cdde6dcf65;hpb=0f0c98a8e5f50bb62bce13a8a7d062375532461d diff --git a/org.argeo.suite.e4/bnd.bnd b/org.argeo.suite.e4/bnd.bnd index 766ba48..5b76067 100644 --- a/org.argeo.suite.e4/bnd.bnd +++ b/org.argeo.suite.e4/bnd.bnd @@ -1,8 +1,8 @@ Bundle-ActivationPolicy: lazy Service-Component: OSGI-INF/systemE4Service.xml,\ +OSGI-INF/resourcesE4Service.xml,\ OSGI-INF/activitiesE4Service.xml,\ OSGI-INF/peopleE4Service.xml,\ -OSGI-INF/trackerE4Service.xml,\ OSGI-INF/documentsE4Service.xml Import-Package: org.eclipse.swt,\ @@ -14,6 +14,7 @@ org.argeo.connect.e4,\ org.argeo.connect.e4.handlers,\ org.argeo.activities.e4,\ org.argeo.people.e4,\ +org.argeo.people.e4.handlers,\ org.argeo.documents.e4,\ -org.argeo.tracker.e4,\ +org.argeo.connect.e4.resources,\ *