| @@ -15,11 +15,11 @@ Bugzilla issue or you use a github pull request. We do not plan to | |||||
| use github issues, so if you are reporting a bug, please raise a | use github issues, so if you are reporting a bug, please raise a | ||||
| [Bugzilla issue](https://issues.apache.org/bugzilla/). | [Bugzilla issue](https://issues.apache.org/bugzilla/). | ||||
| Before reporting a bug, please also review http://ant.apache.org/problems.html | |||||
| Before reporting a bug, please also review https://ant.apache.org/problems.html | |||||
| If you're planning to implement a new feature please discuss you're | If you're planning to implement a new feature please discuss you're | ||||
| changes on the | changes on the | ||||
| [dev list](http://ant.apache.org/mail.html#Developer%20List:%20dev@ant.apache.org) | |||||
| [dev list](https://ant.apache.org/mail.html#Developer%20List:%20dev@ant.apache.org) | |||||
| first. This way you can make sure you're not wasting your time on | first. This way you can make sure you're not wasting your time on | ||||
| something that isn't considered to be in Ant's scope. | something that isn't considered to be in Ant's scope. | ||||
| @@ -65,4 +65,4 @@ Submitting Changes | |||||
| + Alternatively push your changes to a topic branch in your fork of the repository. | + Alternatively push your changes to a topic branch in your fork of the repository. | ||||
| + Submit a pull request to the repository in the apache organization. | + Submit a pull request to the repository in the apache organization. | ||||
| [cla]:http://www.apache.org/licenses/#clas | |||||
| [cla]:https://www.apache.org/licenses/#clas | |||||
| @@ -1,2 +1,2 @@ | |||||
| For installation instructions see the manual by opening manual/index.html | For installation instructions see the manual by opening manual/index.html | ||||
| or see it online at <http://ant.apache.org/manual/index.html>. | |||||
| or see it online at <https://ant.apache.org/manual/index.html>. | |||||
| @@ -1,7 +1,7 @@ | |||||
| /* | /* | ||||
| * Apache License | * Apache License | ||||
| * Version 2.0, January 2004 | * Version 2.0, January 2004 | ||||
| * http://www.apache.org/licenses/ | |||||
| * https://www.apache.org/licenses/ | |||||
| * | * | ||||
| * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | ||||
| * | * | ||||
| @@ -203,7 +203,7 @@ | |||||
| */ | */ | ||||
| W3C® SOFTWARE NOTICE AND LICENSE | W3C® SOFTWARE NOTICE AND LICENSE | ||||
| http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 | |||||
| https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 | |||||
| This work (and included software, documentation such as READMEs, or other | This work (and included software, documentation such as READMEs, or other | ||||
| related items) is being provided by the copyright holders under the following | related items) is being provided by the copyright holders under the following | ||||
| @@ -2,7 +2,7 @@ Apache Ant | |||||
| Copyright 1999-2019 The Apache Software Foundation | Copyright 1999-2019 The Apache Software Foundation | ||||
| This product includes software developed at | This product includes software developed at | ||||
| The Apache Software Foundation (http://www.apache.org/). | |||||
| The Apache Software Foundation (https://www.apache.org/). | |||||
| The <sync> task is based on code Copyright (c) 2002, Landmark | The <sync> task is based on code Copyright (c) 2002, Landmark | ||||
| Graphics Corp that has been kindly donated to the Apache Software | Graphics Corp that has been kindly donated to the Apache Software | ||||
| @@ -46,7 +46,7 @@ | |||||
| ------------------ | ------------------ | ||||
| Details of the latest version can be found on the Apache Ant | Details of the latest version can be found on the Apache Ant | ||||
| Project web site <http://ant.apache.org/>. | |||||
| Project web site <https://ant.apache.org/>. | |||||
| Documentation | Documentation | ||||
| @@ -72,7 +72,7 @@ | |||||
| encryption software. BEFORE using any encryption software, please | encryption software. BEFORE using any encryption software, please | ||||
| check your country's laws, regulations and policies concerning the | check your country's laws, regulations and policies concerning the | ||||
| import, possession, or use, and re-export of encryption software, to | import, possession, or use, and re-export of encryption software, to | ||||
| see if this is permitted. See <http://www.wassenaar.org/> for more | |||||
| see if this is permitted. See <https://www.wassenaar.org/> for more | |||||
| information. | information. | ||||
| The U.S. Government Department of Commerce, Bureau of Industry and | The U.S. Government Department of Commerce, Bureau of Industry and | ||||
| @@ -91,10 +91,10 @@ | |||||
| For the SSH family of tasks (<sshexec> and <scp>) Ant requires the | For the SSH family of tasks (<sshexec> and <scp>) Ant requires the | ||||
| JSch <http://www.jcraft.com/jsch/index.html> library as well as the | JSch <http://www.jcraft.com/jsch/index.html> library as well as the | ||||
| Java Cryptography extensions | Java Cryptography extensions | ||||
| <http://java.sun.com/javase/technologies/security/>. Ant does not | |||||
| <https://www.oracle.com/technetwork/java/javase/tech/index-jsp-136007.html>. Ant does not | |||||
| include these libraries itself, but is designed to use them. | include these libraries itself, but is designed to use them. | ||||
| Thanks for using Ant. | Thanks for using Ant. | ||||
| The Apache Ant Project | The Apache Ant Project | ||||
| <http://ant.apache.org/> | |||||
| <https://ant.apache.org/> | |||||
| @@ -27,7 +27,7 @@ Note: This document was adapted from the one created in the context of | |||||
| releases is needed. | releases is needed. | ||||
| This document assumes you are familiar with git | This document assumes you are familiar with git | ||||
| http://git-scm.com/book/en/v2/ | |||||
| https://git-scm.com/book/en/v2/ | |||||
| may be a good guide if you are not. | may be a good guide if you are not. | ||||
| 2. Ensure you have all the external libraries that Ant uses in your | 2. Ensure you have all the external libraries that Ant uses in your | ||||
| @@ -127,7 +127,7 @@ Note: This document was adapted from the one created in the context of | |||||
| This script requires using commons-openpgp to sign the artefacts, | This script requires using commons-openpgp to sign the artefacts, | ||||
| This tool can be checked out from | This tool can be checked out from | ||||
| http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk | |||||
| https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk | |||||
| You have to build it using maven. | You have to build it using maven. | ||||
| $ mvn install | $ mvn install | ||||
| @@ -330,9 +330,9 @@ Note: This document was adapted from the one created in the context of | |||||
| Related Information | Related Information | ||||
| http://www.apache.org/dev/#releases | |||||
| http://commons.apache.org/releases/index.html | |||||
| http://wiki.apache.org/commons/SigningReleases | |||||
| https://www.apache.org/dev/#releases | |||||
| https://commons.apache.org/releases/index.html | |||||
| https://wiki.apache.org/commons/SigningReleases | |||||
| Files containing version information | Files containing version information | ||||
| ------------------------------------ | ------------------------------------ | ||||
| @@ -17,7 +17,7 @@ Assets: | |||||
| Repositories: ant.git | Repositories: ant.git | ||||
| PMC Members | PMC Members | ||||
| see http://ant.apache.org/contributors.html | |||||
| see https://ant.apache.org/contributors.html | |||||
| Committers: | Committers: | ||||
| see http://ant.apache.org/contributors.html | |||||
| see https://ant.apache.org/contributors.html | |||||