X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.core%2Fbnd.bnd;h=1b9efff2c6c14579fef4fb407ba8427e589387f9;hb=26204f48e2c40e98cc5b85757779b8a291edaa6a;hp=d316eb5fc0f8fb470438164f174c0ada5dd5c44f;hpb=7ee00fe2723d690b6311ebe219a364a066d35f03;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.core/bnd.bnd b/org.argeo.suite.core/bnd.bnd index d316eb5..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)" +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.node,\ -org.argeo.util,\ javax.jcr.security,\ -* - - - +org.argeo.api,\ +org.argeo.entity,\ +* \ No newline at end of file