X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=rebuild%2Forg.argeo.tp.utils%2FMakefile;h=e4d6df1190717e1eff389812aafc57f84dc3dedd;hb=6d184aed6681fdb1dcd056cd394bd3572686eb86;hp=4b5bc2de340cd1022e3ba8869230278a4a1cbaa0;hpb=6dc40f641f9b07fb272e22ee93ad110c86c3ab8a;p=gpl%2Fargeo-tp.git 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