Extract JCR in a separate bundle
[gpl/argeo-suite.git] / Makefile
index d935cab8d5148d084e071c0a9949a9a082756fef..4f2a4146cf5dda6f8e74a63d191edd746558dcb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,17 @@ include sdk.mk
 .PHONY: clean all osgi
 
 all: osgi
+       
+install: osgi-install
+
+uninstall: osgi-uninstall
 
 A2_CATEGORY = org.argeo.suite
 
 BUNDLES = \
 org.argeo.app.api \
 org.argeo.app.core \
+org.argeo.app.jcr \
 org.argeo.app.servlet.odk \
 org.argeo.app.servlet.publish \
 org.argeo.app.theme.default \
@@ -15,6 +20,7 @@ org.argeo.app.profile.acr.fs \
 org.argeo.app.profile.acr.jcr \
 swt/org.argeo.app.swt \
 swt/org.argeo.app.ui \
+org.argeo.product.knowledge \
 
 DEP_CATEGORIES = \
 org.argeo.tp \