aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-15 18:16:02 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-15 19:27:30 +0100
commitf03e287f9f06c58982d15d11c692c30d04ce2cee (patch)
tree7e6cccb3d6948b833c385afe6a6baadb1476cc1a
parent39f2ea0642ab89d9357bc4e89d82ad9cf3ca05a4 (diff)
downloadaspectj-f03e287f9f06c58982d15d11c692c30d04ce2cee.tar.gz
aspectj-f03e287f9f06c58982d15d11c692c30d04ce2cee.zip
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 <Alexander@Kriegisch.name>
-rw-r--r--.gitignore1
-rw-r--r--lib/pom.xml21
2 files changed, 0 insertions, 22 deletions
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
@@ -106,26 +106,6 @@
<artifactItems>
<artifactItem>
- <groupId>org.aspectj</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>${jdt.core.version}</version>
- <type>jar</type>
- <overWrite>false</overWrite>
- <outputDirectory>jdtcore-aj</outputDirectory>
- <destFileName>jdtcore-for-aspectj.jar</destFileName>
- </artifactItem>
- <artifactItem>
- <groupId>org.aspectj</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>${jdt.core.version}</version>
- <type>java-source</type>
- <classifier>sources</classifier>
- <overWrite>false</overWrite>
- <outputDirectory>jdtcore-aj</outputDirectory>
- <destFileName>jdtcore-for-aspectj-src.zip</destFileName>
- </artifactItem>
-
- <artifactItem>
<!-- Binary is identical to committed version -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -311,7 +291,6 @@
<file>${lib.provisioned.marker}</file>
<file>ant/bin/ant.bat</file>
<file>ant/lib/junit.jar</file>
- <file>jdtcore-aj/jdtcore-for-aspectj.jar</file>
<file>junit/junit.jar</file>
</files>
</requireFilesExist>