From fe91fe26245d1f20b9ee1b4bb163969a89993a3f Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 9 Apr 2021 13:55:33 +0700 Subject: Replace JDT Core system dependency by deployed one Get rid of system paths. Instead, rely on JDT Core Shadows to deploy both binary and source JARs to GitHub Packages. The former module directory was deleted completely. Instead, the JARs are redundantly copied into 'libs/jdtcore-aj' in order to be found there by tests and other Ant scripts. Signed-off-by: Alexander Kriegisch --- testing/pom.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'testing') diff --git a/testing/pom.xml b/testing/pom.xml index 68badf0ff..660dec41f 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -140,9 +140,6 @@ org.aspectj org.eclipse.jdt.core - 1.0 - system - ${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj.jar -- cgit v1.2.3