From: Alexander Kriegisch Date: Fri, 15 Mar 2024 17:16:02 +0000 (+0100) Subject: Remove lib/jdtcore-aj X-Git-Tag: V1_9_22~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f03e287f9f06c58982d15d11c692c30d04ce2cee;p=aspectj.git 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 --- 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 diff --git a/lib/pom.xml b/lib/pom.xml index cde0bca6b..6405b2f52 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -105,26 +105,6 @@ - - org.aspectj - org.eclipse.jdt.core - ${jdt.core.version} - jar - false - jdtcore-aj - jdtcore-for-aspectj.jar - - - org.aspectj - org.eclipse.jdt.core - ${jdt.core.version} - java-source - sources - false - jdtcore-aj - jdtcore-for-aspectj-src.zip - - junit @@ -311,7 +291,6 @@ ${lib.provisioned.marker} ant/bin/ant.bat ant/lib/junit.jar - jdtcore-aj/jdtcore-for-aspectj.jar junit/junit.jar