X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=knowledge%2Forg.argeo.support.odk%2Fbnd.bnd;h=fa581ce68696f525a273ab9ce6123b5dd4987971;hp=caa9dcee01431afc629017903613d091960c23e0;hb=a204b495085baec8959d1db0969785b7f3fb3335;hpb=8630eb1e679307eb8a8448f80a99cc530402d8d3 diff --git a/knowledge/org.argeo.support.odk/bnd.bnd b/knowledge/org.argeo.support.odk/bnd.bnd index caa9dce..fa581ce 100644 --- a/knowledge/org.argeo.support.odk/bnd.bnd +++ b/knowledge/org.argeo.support.odk/bnd.bnd @@ -9,8 +9,11 @@ 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,\ *