]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - common.mk
Do not modify development jar when Argeo-Origin-Do-Not-Modify is set
[cc0/argeo-build.git] / common.mk
index 05d882ffb9468c26eb6e85053ec492bed67505e6..661f94b79c6dede08c9485cbb612922398071737 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -2,12 +2,6 @@ build-major=2
 build-minor=3
 
 # Required third party libraries
-ECJ_BRANCH=4.26
-BND_BRANCH=5.3
+ECJ_BRANCH=3.33
+BNDLIB_BRANCH=5.3
 SYSLOGGER_BRANCH=$(build-major).$(build-minor)
-
-find-build-tp:
-       $(foreach base, $(A2_BASE), \
-       $(eval LOGGER_JAR = $(shell if [ -f $(base)/org.argeo.tp/org.argeo.tp.syslogger.$(SYSLOGGER_BRANCH).jar ]; then echo $(base)/org.argeo.tp/org.argeo.tp.syslogger.$(SYSLOGGER_BRANCH).jar; fi)) \
-       )
-       echo $(LOGGER_JAR)
\ No newline at end of file