X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=b082fcf0ec9efb9ee3fb37b78d6cf1fcfb45fa24;hb=0a1cc542f1954edfccf2a614ee1549ded17f8d34;hp=7214fb6c60c338a339a145ee3f45c781cba0e141;hpb=4beb0ab261358fe4ccf8f3eec37753ff7a79fa71;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 7214fb6..b082fcf 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ include sdk.mk .PHONY: clean all osgi all: osgi + +install: osgi-install + +uninstall: osgi-uninstall A2_CATEGORY = org.argeo.suite @@ -16,20 +20,18 @@ org.argeo.app.profile.acr.jcr \ swt/org.argeo.app.swt \ swt/org.argeo.app.ui \ -A2_OUTPUT = $(SDK_BUILD_BASE)/a2 -A2_BASE = $(A2_OUTPUT) - DEP_CATEGORIES = \ org.argeo.tp \ -org.argeo.tp.apache \ -org.argeo.tp.jetty \ +org.argeo.tp.httpd \ +org.argeo.tp.jcr \ +org.argeo.tp.utils \ +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 \ swt/rap/org.argeo.tp.swt.workbench \ -org.argeo.tp.jcr \ -org.argeo.tp.formats \ -org.argeo.tp.gis \ org.argeo.cms \ org.argeo.cms.jcr \ swt/org.argeo.cms \