From 264074b82c01d9733b00bc8b5afcbbb4a205afbf Mon Sep 17 00:00:00 2001
From: jkf
Date: Sat, 25 May 2019 15:38:31 +0200
Subject: [PATCH] Updated manual to use https as far as currently possible.
---
manual/Integration/jext-plugin.html | 4 ++--
manual/LICENSE | 2 +-
manual/Tasks/antversion.html | 2 +-
manual/Tasks/changelog.html | 2 +-
manual/Tasks/conditions.html | 2 +-
manual/Tasks/copy.html | 4 ++--
manual/Tasks/cvstagdiff.html | 2 +-
manual/Tasks/ejb.html | 4 ++--
manual/Tasks/get.html | 16 +++++++--------
manual/Tasks/jar.html | 4 ++--
manual/Tasks/jarlib-manifest.html | 4 ++--
manual/Tasks/jarlib-resolve.html | 4 ++--
manual/Tasks/javac.html | 4 ++--
manual/Tasks/javah.html | 2 +-
manual/Tasks/jdepend.html | 2 +-
manual/Tasks/loadproperties.html | 4 ++--
manual/Tasks/loadresource.html | 2 +-
manual/Tasks/native2ascii.html | 2 +-
manual/Tasks/pack.html | 4 ++--
manual/Tasks/property.html | 10 ++++-----
manual/Tasks/retry.html | 2 +-
manual/Tasks/rmic.html | 4 ++--
manual/Tasks/scriptdef.html | 4 ++--
manual/Tasks/serverdeploy.html | 2 +-
manual/Tasks/splash.html | 2 +-
manual/Tasks/typedef.html | 2 +-
manual/Tasks/unpack.html | 4 ++--
manual/Tasks/waitfor.html | 6 +++---
manual/Types/extension.html | 2 +-
manual/Types/extensionset.html | 2 +-
manual/Types/namespace.html | 32 ++++++++++++++---------------
manual/Types/resources.html | 4 ++--
manual/Types/tarfileset.html | 2 +-
manual/ide.html | 2 +-
manual/install.html | 10 ++++-----
manual/properties.html | 2 +-
manual/tasksoverview.html | 2 +-
37 files changed, 82 insertions(+), 82 deletions(-)
diff --git a/manual/Integration/jext-plugin.html b/manual/Integration/jext-plugin.html
index 1d260efe5f..dade832a7b 100644
--- a/manual/Integration/jext-plugin.html
+++ b/manual/Integration/jext-plugin.html
@@ -30,8 +30,8 @@ AntWork Plugin for the Jext Java Text Editor
You can download the plugin
-at: http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download
+at: https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download
Installation instructions from the Readme.txt
diff --git a/manual/LICENSE b/manual/LICENSE
index c7e6271531..239ec947ce 100644
--- a/manual/LICENSE
+++ b/manual/LICENSE
@@ -1,7 +1,7 @@
/*
* Apache License
* Version 2.0, January 2004
- * http://www.apache.org/licenses/
+ * https://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
diff --git a/manual/Tasks/antversion.html b/manual/Tasks/antversion.html
index 1f020a87a5..7f032b5f3a 100644
--- a/manual/Tasks/antversion.html
+++ b/manual/Tasks/antversion.html
@@ -79,7 +79,7 @@ Examples
<condition property="Ant17isOnline">
<and>
<antversion exactly="1.7.0"/>
- <http url="http://ant.apache.org"/>
+ <http url="https://ant.apache.org"/>
</and>
</condition>
diff --git a/manual/Tasks/changelog.html b/manual/Tasks/changelog.html
index 0417052700..2b5411b133 100644
--- a/manual/Tasks/changelog.html
+++ b/manual/Tasks/changelog.html
@@ -239,7 +239,7 @@ Generate Report
style="${ant.home}/etc/changelog.xsl">
<param name="title" expression="Ant ChangeLog"/>
<param name="module" expression="ant"/>
- <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
+ <param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/>
</style>
Sample Output
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 235f9d4147..846733f585 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -611,7 +611,7 @@ isreachable
<condition property="offline">
- <isreachable url="http://ibiblio.org/maven/"/>
+ <isreachable url="https://ibiblio.org/maven/"/>
</condition>
Probe for the Maven repository being reachable.
diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html
index 03aae8dea2..48f07d938d 100644
--- a/manual/Tasks/copy.html
+++ b/manual/Tasks/copy.html
@@ -241,7 +241,7 @@ Examples
<copy todir="dest" flatten="true">
<resources>
<file file="src_dir/file1.txt"/>
- <url url="http://ant.apache.org/index.html"/>
+ <url url="https://ant.apache.org/index.html"/>
</resources>
</copy>
@@ -260,7 +260,7 @@ Examples
<file file="src_dir/file1.txt"/>
<file file="src_dir/file2.txt"/>
<file file="src_dir/file3.txt"/>
- <url url="http://ant.apache.org/index.html"/>
+ <url url="https://ant.apache.org/index.html"/>
</resources>
</sort>
</first>
diff --git a/manual/Tasks/cvstagdiff.html b/manual/Tasks/cvstagdiff.html
index 6647a19c3c..aef891f2b5 100644
--- a/manual/Tasks/cvstagdiff.html
+++ b/manual/Tasks/cvstagdiff.html
@@ -189,7 +189,7 @@ Generate Report
style="${ant.home}/etc/tagdiff.xsl">
<param name="title" expression="Ant Diff"/>
<param name="module" expression="ant"/>
- <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
+ <param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/>
</style>
Output
diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html
index 02045791d1..24fb9c2e8f 100644
--- a/manual/Tasks/ejb.html
+++ b/manual/Tasks/ejb.html
@@ -56,13 +56,13 @@ Introduction
The tasks support:
diff --git a/manual/Tasks/get.html b/manual/Tasks/get.html
index 356b39a425..28a68268e3 100644
--- a/manual/Tasks/get.html
+++ b/manual/Tasks/get.html
@@ -28,7 +28,7 @@ Get
Description
Gets files from URLs. When the verbose option is on
, this task displays
a .
for every 100 Kb retrieved. Any URL schema supported by the runtime is valid here,
-including http:
, ftp:
and jar:
.
+including http:
, https:
, ftp:
and jar:
.
The usetimestamp option enables you to control downloads so that the remote file is
only fetched if newer than the local copy. If there is no local copy, the download always takes
place. When a file is downloaded, the timestamp of the downloaded file is set to the remote
@@ -175,14 +175,14 @@
header
Examples
-Get the index page of http://ant.apache.org/, and store it in the
+
Get the index page of https://ant.apache.org/, and store it in the
file help/index.html.
-<get src="http://ant.apache.org/" dest="help/index.html"/>
+<get src="https://ant.apache.org/" dest="help/index.html"/>
Get the PGP keys of Ant's (current and past) release managers, if the local copy is missing or
out of date. Use the verbose option for progress information.
-<get src="http://www.apache.org/dist/ant/KEYS"
+<get src="https://www.apache.org/dist/ant/KEYS"
dest="KEYS"
verbose="true"
usetimestamp="true"/>
@@ -230,20 +230,20 @@ Examples
<get dest="downloads">
- <url url="http://ant.apache.org/index.html"/>
- <url url="http://ant.apache.org/faq.html"/>
+ <url url="https://ant.apache.org/index.html"/>
+ <url url="https://ant.apache.org/faq.html"/>
</get>
Using custom HTTP headers
-<get src="http://ant.apache.org/index.html" dest="downloads">
+<get src="https://ant.apache.org/index.html" dest="downloads">
<header name="header1" value="headerValue1"/>
<header name="header2" value="headerValue2"/>
<header name="header3" value="headerValue3"/>
</get>
-get the index and FAQ pages of http://ant.apache.org/, and store them in the
+
get the index and FAQ pages of https://ant.apache.org/, and store them in the
directory downloads which will be created if necessary.