diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-23 11:31:13 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 8518fcf96e52edea67b862ade95b64f63607e605 (patch) | |
tree | bebd46a1f1204d1d3812853be83189ec2066a4c5 /build/src | |
parent | 9ddd317779717bdb8f4eb1d61b7bca596a1846e3 (diff) | |
download | aspectj-8518fcf96e52edea67b862ade95b64f63607e605.tar.gz aspectj-8518fcf96e52edea67b862ade95b64f63607e605.zip |
Globally replace HTTP links to eclipse.org by HTTPS
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'build/src')
3 files changed, 4 insertions, 5 deletions
diff --git a/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java b/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java index 08b363f0a..988937744 100644 --- a/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java +++ b/build/src/main/java/org/aspectj/internal/tools/build/SampleGatherer.java @@ -457,7 +457,7 @@ class SamplesRenderer { + "is hereby granted if the publication acknowledges " + "the author by name and " + "the source by reference to the AspectJ project home page " - + "at http://eclipse.org/aspectj.</small></p>" + + "at https://eclipse.org/aspectj.</small></p>" + EOL; /** template algorithm to render */ diff --git a/build/src/main/java/org/aspectj/internal/tools/build/Util.java b/build/src/main/java/org/aspectj/internal/tools/build/Util.java index 69582bb0a..74dd8d93b 100644 --- a/build/src/main/java/org/aspectj/internal/tools/build/Util.java +++ b/build/src/main/java/org/aspectj/internal/tools/build/Util.java @@ -334,7 +334,7 @@ public class Util { * features that we use. * sources: * http://www-128.ibm.com/developerworks/library/os-ecl-osgi/index.html - * http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/osgi/org/osgi/framework/Constants.html + * https://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/osgi/org/osgi/framework/Constants.html */ public static class OSGIBundle { public static final Name BUNDLE_NAME = new Name("Bundle-Name"); @@ -487,4 +487,3 @@ public class Util { } } } - diff --git a/build/src/main/resources/$installer$/org/aspectj/resources/intro.html b/build/src/main/resources/$installer$/org/aspectj/resources/intro.html index d5b543705..c8992bac2 100644 --- a/build/src/main/resources/$installer$/org/aspectj/resources/intro.html +++ b/build/src/main/resources/$installer$/org/aspectj/resources/intro.html @@ -6,12 +6,12 @@ <p align="center">Version ${build.version.long} built on ${build.date}</p> <p>This installs the complete AspectJ 9 Development Kit (AJDK) distribution, with the compiler, aspect libraries, structure browser, ant tasks, -documentation, and examples. +documentation, and examples. This distribution is covered by the Eclipse Public License v 2.0 (see https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt). <p> For IDE integrations or source code, see the project home page at -http://eclipse.org/aspectj</p> +https://eclipse.org/aspectj</p> <p>${copyright.allRights.from1998}</p> |