From: Mathieu Baudier Date: Mon, 18 Jul 2022 11:10:40 +0000 (+0200) Subject: Adapt build to changes in Argeo TP structure X-Git-Tag: v2.3.8~70 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=d955796972d251f36c52b619215955d86ff7ed63 Adapt build to changes in Argeo TP structure --- 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)