X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=e0af94fdc09c78f9bf1d7b24df263b38b9805215;hb=d955796972d251f36c52b619215955d86ff7ed63;hp=7cd1653bf60ce741f88bfd2c0abaa83ba739585b;hpb=8339fd0206ae6b7f3b89497fdefb0e3d595b54bd;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 7cd1653..e0af94f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ include sdk.mk -.PHONY: clean all osgi +.PHONY: clean all osgi move-swt -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) A2_CATEGORY = org.argeo.suite @@ -28,7 +32,8 @@ org.argeo.tp.jcr \ org.argeo.tp.formats \ org.argeo.tp.gis \ org.argeo.cms \ -org.argeo.cms.eclipse.rap \ +swt/org.argeo.cms \ +swt/rap/org.argeo.cms \ clean: rm -rf $(BUILD_BASE)