X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=6fde8b6d626ac3f2b14a1f4b78a5305b1173cab2;hb=2b379d42b89c297e9e3048dc1abd7decc71326fa;hp=f1ad813f42efed6766a3f79c253120aa138d40b9;hpb=e43cd5cadb217508bb70e4dffc231aedb6a6ad8f;p=gpl%2Fargeo-jcr.git diff --git a/Makefile b/Makefile index f1ad813..6fde8b6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ include sdk.mk all: osgi + +install: osgi-install + +uninstall: osgi-uninstall A2_CATEGORY = org.argeo.cms.jcr @@ -11,7 +15,7 @@ swt/org.argeo.cms.jcr.ui \ DEP_CATEGORIES = \ org.argeo.tp \ org.argeo.tp.jcr \ -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 \