X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=ec06bd782e55106e6a994968ff0ff7e43d321d4a;hb=660507643d5c4b2d02dad62eeef589e17631afa5;hp=3920b644aac6fa2b0b63f5941778026da2eb8029;hpb=2c5da70747629282585d5515720dcb1515a0011c;p=lgpl%2Fargeo-commons.git diff --git a/Makefile b/Makefile index 3920b644a..ec06bd782 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 @@ -15,11 +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.jshell \ +org.argeo.cms.ee \ org.argeo.cms.cli \ osgi/equinox/org.argeo.cms.lib.equinox \ swt/org.argeo.swt.minidesktop \ @@ -31,7 +36,7 @@ DEP_CATEGORIES = \ crypto/fips/org.argeo.tp.crypto \ org.argeo.tp \ org.argeo.tp.httpd \ -osgi/api/org.argeo.tp.osgi \ +osgi/equinox/org.argeo.tp.osgi \ osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \ $(A2_CATEGORY) \