From 6d184aed6681fdb1dcd056cd394bd3572686eb86 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 8 Dec 2023 14:03:09 +0100 Subject: [PATCH] Fix make comments --- rebuild/org.argeo.tp.utils/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rebuild/org.argeo.tp.utils/Makefile b/rebuild/org.argeo.tp.utils/Makefile index 4b5bc2d..e4d6df1 100644 --- a/rebuild/org.argeo.tp.utils/Makefile +++ b/rebuild/org.argeo.tp.utils/Makefile @@ -19,11 +19,11 @@ retrieve-angus-mbox: SRC_DIR=src/angus-mail retrieve-angus-mbox: rm -rf $(SRC_DIR) mkdir -p $(SRC_DIR) - #git -C $(SRC_DIR) init - #git -C $(SRC_DIR) remote add -f origin https://github.com/eclipse-ee4j/mail.git - #git -C $(SRC_DIR) config core.sparseCheckout true - #echo "mbox" >> $(SRC_DIR)/.git/info/sparse-checkout - #git -C $(SRC_DIR) pull origin 1.6.7 +#git -C $(SRC_DIR) init +#git -C $(SRC_DIR) remote add -f origin https://github.com/eclipse-ee4j/mail.git +#git -C $(SRC_DIR) config core.sparseCheckout true +#echo "mbox" >> $(SRC_DIR)/.git/info/sparse-checkout +#git -C $(SRC_DIR) pull origin 1.6.7 git clone --branch $(ANGUS_VERSION) https://github.com/eclipse-ee4j/angus-mail.git $(SRC_DIR) rm -rf $(SRC_DIR)/.git rsync -a --delete --exclude module-info.java $(SRC_DIR)/providers/mbox/src/main/java/ org.eclipse.angus.mail.mbox/src -- 2.30.2