]> source.dussan.org Git - aspectj.git/commitdiff
Remove lib/jdtcore-aj
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 15 Mar 2024 17:16:02 +0000 (18:16 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 15 Mar 2024 18:27:30 +0000 (19:27 +0100)
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>
.gitignore
lib/pom.xml

index 1f7d042e8791f6d560f0b43e6716ebd8befff06d..123e20a858c31b0665eb8245ffbdf0410b46bb15 100644 (file)
@@ -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
index cde0bca6b3b1892b54801f1b9104313eb8a7c31b..6405b2f527ba9cc04b895452981e97fcdb04dcad 100644 (file)
                 <configuration>
                   <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>
                     <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>