From: Alexander Kriegisch Date: Sat, 10 Apr 2021 04:27:33 +0000 (+0700) Subject: Replace JDiff by regular Maven dependency from GitHub Packages X-Git-Tag: V1_9_7_M2~21^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1664dbf1fc27e59e0783f8956dae3f09739988ad;p=aspectj.git Replace JDiff by regular Maven dependency from GitHub Packages One less SCM-committed binary, one less system-scoped dependency. Signed-off-by: Alexander Kriegisch --- diff --git a/lib/jdiff/jdiff.jar b/lib/jdiff/jdiff.jar deleted file mode 100644 index 792e2c532..000000000 Binary files a/lib/jdiff/jdiff.jar and /dev/null differ diff --git a/lib/jdiff/jdiffReadme.txt b/lib/jdiff/jdiffReadme.txt deleted file mode 100644 index bca69422f..000000000 --- a/lib/jdiff/jdiffReadme.txt +++ /dev/null @@ -1,2 +0,0 @@ -The jdiff library is a component from the JDiffPlugin by Andre Kaplan -available from http://plugins.jedit.org/plugins/JDiffPlugin under the GPL. diff --git a/libx/pom.xml b/libx/pom.xml index 463f01716..8670f1a08 100644 --- a/libx/pom.xml +++ b/libx/pom.xml @@ -136,28 +136,12 @@ c61a373f6d50ff8fcfba900934f7254d44f9735b + + download-jdiff generate-resources @@ -170,6 +154,7 @@ eba63fd845203c6b245fbcb81c0de8e2c83d16c7 + --> @@ -553,6 +538,24 @@ + + jdiff/JDiffPlugin-1.3.zip/JDiffPlugin.jar jdiff/jdiff.jar @@ -587,10 +586,6 @@ true - jdiff/JDiffPlugin-1.3.zip/JDiffPlugin jdiff/jdiff-src.zip @@ -603,6 +598,7 @@ + --> @@ -625,7 +621,8 @@ asm/** commons/** jarjar/** - jdiff/** + + jdtcore-aj/** junit/** regexp/** diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index f2613d996..a2d8aa604 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -246,13 +246,6 @@ system ${project.basedir}/../lib/ext/jrockit/jrockit.jar - - jdiff - jdiff - 1.0 - system - ${project.basedir}/../lib/jdiff/jdiff.jar - ant diff --git a/testing-util/pom.xml b/testing-util/pom.xml index 8e5262fd6..1b8da6666 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -37,11 +37,10 @@ 4.13 + jdiff jdiff - 1.0 - system - ${project.basedir}/../lib/jdiff/jdiff.jar + 1.3 diff --git a/testing/pom.xml b/testing/pom.xml index 660dec41f..0f1089e1f 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -84,13 +84,6 @@ loadtime ${project.version} - - jdiff - jdiff - 1.0 - system - ${project.basedir}/../lib/jdiff/jdiff.jar - ant