X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=knowledge%2Forg.argeo.support.odk%2Fbnd.bnd;h=fa581ce68696f525a273ab9ce6123b5dd4987971;hb=752a7b2614895002a3d184be166ef4162caf0d05;hp=9db4e0c84b83475b492f88a7272780c50e0cd3e6;hpb=ae2339a9a1c30cb5d5c11871fae7d5db6f6f6ec1;p=gpl%2Fargeo-suite.git diff --git a/knowledge/org.argeo.support.odk/bnd.bnd b/knowledge/org.argeo.support.odk/bnd.bnd index 9db4e0c..fa581ce 100644 --- a/knowledge/org.argeo.support.odk/bnd.bnd +++ b/knowledge/org.argeo.support.odk/bnd.bnd @@ -1,9 +1,19 @@ -Import-Package:\ -org.osgi.service.http.context,\ -* +Require-Capability:\ +cms.datamodel;filter:="(name=entity)",\ +cms.datamodel;filter:="(name=xforms)" + +Provide-Capability:\ +cms.datamodel; name=odk; cnd=/org/argeo/support/odk/odk.cnd Service-Component:\ OSGI-INF/odkServletContext.xml,\ OSGI-INF/odkFormListServlet.xml,\ OSGI-INF/odkFormServlet.xml,\ -OSGI-INF/odkSubmissionServlet.xml +OSGI-INF/odkSubmissionServlet.xml,\ +OSGI-INF/odkManifestServlet.xml + +Import-Package:\ +org.osgi.service.http.context,\ +org.argeo.api,\ +javax.jcr.nodetype,\ +*