From fe91fe26245d1f20b9ee1b4bb163969a89993a3f Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch <Alexander@Kriegisch.name>
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 <Alexander@Kriegisch.name>
---
 org.eclipse.jdt.core/pom.xml | 63 --------------------------------------------
 1 file changed, 63 deletions(-)
 delete mode 100644 org.eclipse.jdt.core/pom.xml

(limited to 'org.eclipse.jdt.core/pom.xml')

diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
deleted file mode 100644
index 08f8196fa..000000000
--- a/org.eclipse.jdt.core/pom.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.aspectj</groupId>
-    <artifactId>aspectj-parent</artifactId>
-    <version>1.9.7.BUILD-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.jdt.core</artifactId>
-  <packaging>jar</packaging>
-  <name>org.eclipse.jdt.core</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default-install</id>
-            <phase>none</phase>
-          </execution>
-          <execution>
-            <id>org.aspectj:org.eclipse.jdt.core</id>
-            <phase>install</phase>
-            <goals>
-              <goal>install-file</goal>
-            </goals>
-            <configuration>
-              <groupId>org.aspectj</groupId>
-              <artifactId>org.eclipse.jdt.core</artifactId>
-              <version>1.9.7.BUILD-SNAPSHOT</version>
-              <packaging>jar</packaging>
-              <file>${basedir}/jdtcore-for-aspectj.jar</file>
-              <createChecksum>true</createChecksum>
-              <generatePom>true</generatePom>
-            </configuration>
-          </execution>
-          <execution>
-            <id>org.aspectj:org.eclipse.jdt.core:sources</id>
-            <phase>install</phase>
-            <goals>
-              <goal>install-file</goal>
-            </goals>
-            <configuration>
-              <groupId>org.aspectj</groupId>
-              <artifactId>org.eclipse.jdt.core</artifactId>
-              <version>1.9.7.BUILD-SNAPSHOT</version>
-              <packaging>jar</packaging>
-              <file>${basedir}/jdtcore-for-aspectj-src.zip</file>
-              <createChecksum>true</createChecksum>
-              <classifier>sources</classifier>
-              <generatePom>true</generatePom>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
-- 
cgit v1.2.3