Extract JCR in a separate bundle
[gpl/argeo-suite.git] / org.argeo.app.jcr / bnd.bnd
diff --git a/org.argeo.app.jcr/bnd.bnd b/org.argeo.app.jcr/bnd.bnd
new file mode 100644 (file)
index 0000000..b190cf4
--- /dev/null
@@ -0,0 +1,11 @@
+Service-Component:\
+OSGI-INF/termsManager.xml,\
+OSGI-INF/maintenanceService.xml,\
+OSGI-INF/appUserState.xml,\
+
+Import-Package:\
+javax.jcr.nodetype,\
+javax.jcr.security,\
+org.apache.jackrabbit.*;version="[1,4)",\
+org.argeo.cms.acr,\
+*
\ No newline at end of file