X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=4f2a4146cf5dda6f8e74a63d191edd746558dcb5;hb=d6c9d33b61e475914d3f8d7534374ed30eca8150;hp=7c3fc348852411de843a232b05fd049013f4363e;hpb=25eb6984122384d50a398ba38f0182e602ba98a1;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 7c3fc34..4f2a414 100644 --- 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,13 +20,16 @@ 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 \ -org.argeo.tp.jetty \ +org.argeo.tp.httpd \ org.argeo.tp.jcr \ org.argeo.tp.utils \ -org.argeo.tp.gis \ +org.argeo.tp.publish \ +org.argeo.tp.math \ +org.argeo.tp.earth \ osgi/api/org.argeo.tp.osgi \ osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \