From 3612f72740b56204ee0d3563171a2c0209c3694c Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 10 Apr 2021 13:03:30 +0700 Subject: Switch from 'libx' to 'lib', delete all obsolete binaries Because 'cd lib && mvn compile' can now download and (un)zip many previously SCM-committed third-party dependencies, the following 'lib' subdirectories have been deleted: - ant - asm - commons - jarjar - junit - regexp - saxon This one is new (but not stored in SCM): - jdtcore-aj For each of them, there now is a .gitignore entry, so as to prevent developers from accidentally committing the downloaded binaries again. Signed-off-by: Alexander Kriegisch --- build/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/build.xml') diff --git a/build/build.xml b/build/build.xml index 68405e117..49b5b1979 100644 --- a/build/build.xml +++ b/build/build.xml @@ -566,7 +566,7 @@ To use testing client jar in tests, - + -- cgit v1.2.3