X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.core%2Fbnd.bnd;h=1b9efff2c6c14579fef4fb407ba8427e589387f9;hp=f18e99f813f9fe4615cf4da3244fc02592deb510;hb=70010c4afc5799622fcad5b075740d94da074798;hpb=e51dee49ebe0d118c9ce3a5cbf06054e7e2df516 diff --git a/org.argeo.suite.core/bnd.bnd b/org.argeo.suite.core/bnd.bnd index f18e99f..1b9efff 100644 --- a/org.argeo.suite.core/bnd.bnd +++ b/org.argeo.suite.core/bnd.bnd @@ -1,11 +1,14 @@ -Require-Capability: cms.datamodel; filter:="(name=people)",\ -cms.datamodel; filter:="(name=documents)",\ -cms.datamodel; filter:="(name=tracker)" +Bundle-ActivationPolicy: lazy + +Service-Component:\ +OSGI-INF/termsManager.xml,\ +OSGI-INF/maintenanceService.xml + Import-Package:\ +javax.transaction,\ +org.osgi.service.useradmin,\ javax.jcr.nodetype,\ -org.argeo.connect.resources,\ -org.argeo.node,\ -org.argeo.util,\ javax.jcr.security,\ -* - +org.argeo.api,\ +org.argeo.entity,\ +* \ No newline at end of file