X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=d83a2247970def5dbce28f6e8d7a4ee3832a985c;hb=7c09d45a4e9f96f98e9db83c4e8e30b34002133c;hp=d935cab8d5148d084e071c0a9949a9a082756fef;hpb=f0e7179d84aefce55ea311d9d415263e48fff878;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index d935cab..d83a224 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,17 @@ include sdk.mk .PHONY: clean all osgi all: osgi + +install: osgi-install + +uninstall: osgi-uninstall A2_CATEGORY = org.argeo.suite BUNDLES = \ org.argeo.app.api \ org.argeo.app.core \ +org.argeo.app.jcr \ org.argeo.app.servlet.odk \ org.argeo.app.servlet.publish \ org.argeo.app.theme.default \ @@ -15,6 +20,7 @@ org.argeo.app.profile.acr.fs \ org.argeo.app.profile.acr.jcr \ swt/org.argeo.app.swt \ swt/org.argeo.app.ui \ +org.argeo.suite.knowledge \ DEP_CATEGORIES = \ org.argeo.tp \ @@ -24,7 +30,7 @@ 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.osgi \ osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \ swt/rap/org.argeo.tp.swt.workbench \