Update to released Argeo Build
[gpl/argeo-suite.git] / Makefile
index 7c3fc348852411de843a232b05fd049013f4363e..b082fcf0ec9efb9ee3fb37b78d6cf1fcfb45fa24 100644 (file)
--- 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
 
@@ -18,10 +22,12 @@ swt/org.argeo.app.ui \
 
 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 \