X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=8d53957244ebbfde19c06ac59ef24b137cdc80b9;hb=39f29823e3e01c6f5ea9194afa78eca43cf70e6e;hp=fc5ce1d2d3afda02e08f23cfbbc38bca7b09ab79;hpb=b464b0ecfbb99f98d8305f12fdfc9092427179d6;p=lgpl%2Fargeo-commons.git diff --git a/Makefile b/Makefile index fc5ce1d2d..8d5395724 100644 --- 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 @@ -19,6 +23,7 @@ org.argeo.cms.ee \ org.argeo.cms.lib.jetty \ org.argeo.cms.lib.dbus \ org.argeo.cms.lib.sshd \ +org.argeo.cms.jshell \ org.argeo.cms.cli \ osgi/equinox/org.argeo.cms.lib.equinox \ swt/org.argeo.swt.minidesktop \ @@ -29,7 +34,7 @@ swt/rap/org.argeo.cms.swt.rap \ DEP_CATEGORIES = \ crypto/fips/org.argeo.tp.crypto \ org.argeo.tp \ -org.argeo.tp.jetty \ +org.argeo.tp.httpd \ osgi/api/org.argeo.tp.osgi \ osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \