Improve ACR print
[lgpl/argeo-commons.git] / Makefile
index 74920833fa431ecad193c2a1d78104420eea4846..9011b2dc0aa267d56969f17b19c082368e37144b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@ include sdk.mk
 
 all: osgi
        $(MAKE) -f Makefile-rcp.mk all
+       
+install: osgi-install
+
+uninstall: osgi-uninstall
 
 A2_CATEGORY = org.argeo.cms
 
@@ -15,10 +19,12 @@ org.argeo.api.cli \
 org.argeo.api.cms \
 org.argeo.cms \
 org.argeo.cms.ux \
-org.argeo.cms.ee \
+org.argeo.cms.jshell \
+org.argeo.cms.lib.json \
 org.argeo.cms.lib.jetty \
 org.argeo.cms.lib.dbus \
 org.argeo.cms.lib.sshd \
+org.argeo.cms.ee \
 org.argeo.cms.cli \
 osgi/equinox/org.argeo.cms.lib.equinox \
 swt/org.argeo.swt.minidesktop \
@@ -30,7 +36,8 @@ DEP_CATEGORIES = \
 crypto/fips/org.argeo.tp.crypto \
 org.argeo.tp \
 org.argeo.tp.httpd \
-osgi/api/org.argeo.tp.osgi \
+org.argeo.tp.sshd \
+osgi/equinox/org.argeo.tp.osgi \
 osgi/equinox/org.argeo.tp.eclipse \
 swt/rap/org.argeo.tp.swt \
 $(A2_CATEGORY) \