diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | lib/pom.xml | 21 |
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> |