X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.support.odk%2Fbnd.bnd;fp=org.argeo.support.odk%2Fbnd.bnd;h=fa581ce68696f525a273ab9ce6123b5dd4987971;hb=3440f51df3e4c015972c7b6a0efb3ce16188b89b;hp=0000000000000000000000000000000000000000;hpb=752a7b2614895002a3d184be166ef4162caf0d05;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.support.odk/bnd.bnd b/org.argeo.support.odk/bnd.bnd new file mode 100644 index 0000000..fa581ce --- /dev/null +++ b/org.argeo.support.odk/bnd.bnd @@ -0,0 +1,19 @@ +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/odkManifestServlet.xml + +Import-Package:\ +org.osgi.service.http.context,\ +org.argeo.api,\ +javax.jcr.nodetype,\ +*