From f03e287f9f06c58982d15d11c692c30d04ce2cee Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 15 Mar 2024 18:16:02 +0100 Subject: Remove lib/jdtcore-aj If any of the old Ant builds, e.g. tests/profiling/build.xml, which have never been mavenised, need JDT Core, they should be converted to Maven builds and refer to it as a regular dependency. As is, the Ant builds would not run anyway, because other dependency locations have changed as well. Signed-off-by: Alexander Kriegisch --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1f7d042e8..123e20a85 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ bin/ # Downloaded libraries used during tests + marker file /lib/provisioned.marker /lib/ant/ -/lib/jdtcore-aj/ /lib/junit/ # AspectJ core dumps -- cgit v1.2.3