X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=35a3916dd82077a4708cd39551e0f76f3da5a3e6;hb=629d24d507cd5e9c0dc554517c734de92e8942ec;hp=8c6d83c8dc4422a6a8b8b01c89f3f1bd1f064ae2;hpb=3304f8934e1dc5846fc6214997bc54faaa93bb39;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 8c6d83c..35a3916 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ include sdk.mk -.PHONY: clean all osgi move-swt +.PHONY: clean all osgi -all: move-swt - -move-swt: osgi - mkdir -p $(A2_OUTPUT)/swt/$(A2_CATEGORY) - mv -v $(A2_OUTPUT)/$(A2_CATEGORY)/org.argeo.app*.ui.$(MAJOR).$(MINOR).jar $(A2_OUTPUT)/swt/$(A2_CATEGORY) +all: osgi A2_CATEGORY = org.argeo.suite @@ -27,14 +23,15 @@ DEP_CATEGORIES = \ org.argeo.tp \ org.argeo.tp.apache \ org.argeo.tp.jetty \ -org.argeo.tp.eclipse \ osgi/api/org.argeo.tp.osgi \ +osgi/equinox/org.argeo.tp.eclipse \ swt/rap/org.argeo.tp.swt \ swt/rap/org.argeo.tp.swt.workbench \ org.argeo.tp.jcr \ org.argeo.tp.formats \ org.argeo.tp.gis \ org.argeo.cms \ +org.argeo.cms.jcr \ swt/org.argeo.cms \ swt/rap/org.argeo.cms \