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 1d260efe5..dade832a7 100644
--- a/manual/Integration/jext-plugin.html
+++ b/manual/Integration/jext-plugin.html
@@ -30,8 +30,8 @@ by
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 c7e627153..239ec947c 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 1f020a87a..7f032b5f3 100644
--- a/manual/Tasks/antversion.html
+++ b/manual/Tasks/antversion.html
@@ -79,7 +79,7 @@ Ant homepage.
<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 041705270..2b5411b13 100644
--- a/manual/Tasks/changelog.html
+++ b/manual/Tasks/changelog.html
@@ -239,7 +239,7 @@ output. The following example illustrates how to generate a HTML report from the
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 235f9d414..846733f58 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -611,7 +611,7 @@ firewalls.
<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 03aae8dea..48f07d938 100644
--- a/manual/Tasks/copy.html
+++ b/manual/Tasks/copy.html
@@ -241,7 +241,7 @@ directory, flattening the directory structure.
<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 @@ an absolute path as their names.
<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 6647a19c3..aef891f2b 100644
--- a/manual/Tasks/cvstagdiff.html
+++ b/manual/Tasks/cvstagdiff.html
@@ -189,7 +189,7 @@ output. The following example illustrates how to generate an HTML report from th
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 02045791d..24fb9c2e8 100644
--- a/manual/Tasks/ejb.html
+++ b/manual/Tasks/ejb.html
@@ -56,13 +56,13 @@ Server.
The tasks support:
diff --git a/manual/Tasks/get.html b/manual/Tasks/get.html
index 356b39a42..28a68268e 100644
--- a/manual/Tasks/get.html
+++ b/manual/Tasks/get.html
@@ -28,7 +28,7 @@
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 @@ nested <header/>
node are as follows:
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 @@ naming convention for the checksum file, of course) and validate the checksum on
<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.