aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:36:18 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:36:18 +0700
commitcbdbba0ab06898cd7ab6d69e33d2db990d8b8799 (patch)
treec3b626837aecc15c53330d6afd68f94d136ff641 /lib
parent70fb6131935806f7e2041c5dfd0ac81164670875 (diff)
downloadaspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.tar.gz
aspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.zip
Globally replace "http:" by "https:" in non-XML files
Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
-rw-r--r--lib/readme-lib-module.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/readme-lib-module.adoc b/lib/readme-lib-module.adoc
index ff7c8ca62..4cebf5359 100644
--- a/lib/readme-lib-module.adoc
+++ b/lib/readme-lib-module.adoc
@@ -5,11 +5,11 @@ than the Eclipse Public License (EPL). Those not subject to EPL are not distribu
AspectJ (except for Apache's BCEL), but are used in the development of AspectJ. This module also contains some bootstrap
libraries and test sources.
-* ant: Ant 1.6.3 from http:jakarta.apache.org/ant. This is a normal binary distribution, junit.jar in the lib dir. Ant
+* ant: Ant 1.6.3 from https:jakarta.apache.org/ant. This is a normal binary distribution, junit.jar in the lib dir. Ant
is available under the Apache Software License.
* aspectj: This is just our version to avoid bootstrapping Ant builds of modules built with AspectJ. Likely to be
replaced with bootstrapping.
-* bcel: The Bytecode Engineering Library from http:jakarta.apache.org/bcel, available under the Apache Software License.
+* bcel: The Bytecode Engineering Library from https:jakarta.apache.org/bcel, available under the Apache Software License.
* build: bootstrap libraries for the build process.
* commons: Commons 1.0 from https://commons.apache.org[apache.org]. This is used only by the testing module.
* junit: JUnit 3.7 test libraries, available from https://junit.org[junit.org] and under the CPL.