Refactor third parties category names
[gpl/argeo-tp.git] / rebuild / org.argeo.tp / Makefile
index c152353fd995b12b5afd3f9842b5c8c907e7af29..6dbcfa47ad32d353c0350ad34afbb18cb7919c7d 100644 (file)
@@ -1,26 +1,12 @@
 include ../../sdk.mk
 .PHONY: clean all osgi
 
-all: retrieve-ee4j-mbox osgi
-
-retrieve-ee4j-mbox: SRC_DIR=src/ee4j-mail
-retrieve-ee4j-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 clone --branch 1.6.7 https://github.com/eclipse-ee4j/mail.git $(SRC_DIR)
-       rm -rf $(SRC_DIR)/.git
-       rsync -a --delete --exclude module-info.java $(SRC_DIR)/mbox/src/main/java/ com.sun.mail.mbox/src
+all: osgi
 
 A2_CATEGORY = org.argeo.tp
 
 BUNDLES = \
 org.argeo.ext.slf4j \
-com.sun.mail.mbox \
 
 clean:
        rm -rf $(BUILD_BASE)