Skip to content

Commit 264074b

Browse files
committed
Updated manual to use https as far as currently possible.
1 parent 3a4980e commit 264074b

37 files changed

+82
-82
lines changed

manual/Integration/jext-plugin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h1 id="authors">AntWork Plugin for the Jext Java Text Editor</h1>
3030
<hr/>
3131

3232
<p>You can download the plugin
33-
at: <a href="http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download"
34-
target="_top">http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>
33+
at: <a href="https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download"
34+
target="_top">https://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>
3535

3636
<h2>Installation instructions from the Readme.txt</h2>
3737

manual/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Apache License
33
* Version 2.0, January 2004
4-
* http://www.apache.org/licenses/
4+
* https://www.apache.org/licenses/
55
*
66
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77
*

manual/Tasks/antversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>Examples</h3>
7979
&lt;condition property=&quot;Ant17isOnline&quot;&gt;
8080
&lt;and&gt;
8181
&lt;antversion exactly=&quot;1.7.0&quot;/&gt;
82-
&lt;http url=&quot;http://ant.apache.org&quot;/&gt;
82+
&lt;http url=&quot;https://ant.apache.org&quot;/&gt;
8383
&lt;/and&gt;
8484
&lt;/condition&gt;</pre>
8585

manual/Tasks/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h4>Generate Report</h4>
239239
style="${ant.home}/etc/changelog.xsl"&gt;
240240
&lt;param name="title" expression="Ant ChangeLog"/&gt;
241241
&lt;param name="module" expression="ant"/&gt;
242-
&lt;param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/&gt;
242+
&lt;param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/&gt;
243243
&lt;/style&gt;</pre>
244244

245245
<h4>Sample Output</h4>

manual/Tasks/conditions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ <h4 id="isreachable">isreachable</h4>
611611

612612
<pre>
613613
&lt;condition property="offline"&gt;
614-
&lt;isreachable url="http://ibiblio.org/maven/"/&gt;
614+
&lt;isreachable url="https://ibiblio.org/maven/"/&gt;
615615
&lt;/condition&gt;</pre>
616616

617617
<p>Probe for the Maven repository being reachable.</p>

manual/Tasks/copy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h3>Examples</h3>
241241
&lt;copy todir=&quot;dest&quot; flatten=&quot;true&quot;&gt;
242242
&lt;resources&gt;
243243
&lt;file file=&quot;src_dir/file1.txt&quot;/&gt;
244-
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
244+
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
245245
&lt;/resources&gt;
246246
&lt;/copy&gt;</pre>
247247

@@ -260,7 +260,7 @@ <h3>Examples</h3>
260260
&lt;file file=&quot;src_dir/file1.txt&quot;/&gt;
261261
&lt;file file=&quot;src_dir/file2.txt&quot;/&gt;
262262
&lt;file file=&quot;src_dir/file3.txt&quot;/&gt;
263-
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
263+
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
264264
&lt;/resources&gt;
265265
&lt;/sort&gt;
266266
&lt;/first&gt;

manual/Tasks/cvstagdiff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h4>Generate Report</h4>
189189
style="${ant.home}/etc/tagdiff.xsl"&gt;
190190
&lt;param name="title" expression="Ant Diff"/&gt;
191191
&lt;param name="module" expression="ant"/&gt;
192-
&lt;param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/&gt;
192+
&lt;param name="cvsweb" expression="https://cvs.apache.org/viewcvs/"/&gt;
193193
&lt;/style&gt;</pre>
194194

195195
<h4>Output</h4>

manual/Tasks/ejb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ <h2 id="introduction">Introduction</h2>
5656
<p>The tasks support:</p>
5757

5858
<ul>
59-
<li><a href="http://www.borland.com" target="_top">Borland</a>Application Server 4.5</li>
59+
<li><a href="https://www.borland.com" target="_top">Borland</a>Application Server 4.5</li>
6060
<li><a href="https://web.archive.org/web/20020202082841/http://www.iplanet.com/products/iplanet_application/home_ias.html"
6161
target="_top">iPlanet</a> Application Server 6.0</li>
6262
<li><a href="https://www.jboss.org/" target="_top">JBoss 2.1</a> and above EJB servers</li>
6363
<li><a href="https://web.archive.org/web/20080516210506/http://www.ironflare.com/"
6464
target="_top">Orion Application Server</a> 2.0 (<em>since Ant 1.10.2</em>)</li>
65-
<li><a href="http://www.bea.com" target="_top">WebLogic</a> 4.5.1 through to 7.0 EJB servers</li>
65+
<li><a href="https://www.oracle.com/corporate/acquisitions/bea/" target="_top">WebLogic</a> 4.5.1 through to 7.0 EJB servers</li>
6666
<li><a href="https://jonas.ow2.org/" target="_top">JOnAS</a> 2.4.x and 2.5 Open Source EJB server</li>
6767
<li><a href="https://www.ibm.com/websphere" target="_top">IBM WebSphere</a> 4.0</li>
6868
</ul>

manual/Tasks/get.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 id="get">Get</h2>
2828
<h3>Description</h3>
2929
<p>Gets files from URLs. When the <var>verbose</var> option is <q>on</q>, this task displays
3030
a <q>.</q> for every 100 Kb retrieved. Any URL schema supported by the runtime is valid here,
31-
including <q>http:</q>, <q>ftp:</q> and <q>jar:</q>.</p>
31+
including <q>http:</q>, <q>https:</q>, <q>ftp:</q> and <q>jar:</q>.</p>
3232
<p>The <var>usetimestamp</var> option enables you to control downloads so that the remote file is
3333
only fetched if newer than the local copy. If there is no local copy, the download always takes
3434
place. When a file is downloaded, the timestamp of the downloaded file is set to the remote
@@ -175,14 +175,14 @@ <h4>header</h4>
175175

176176
<h3>Examples</h3>
177177

178-
<p>Get the index page of <samp>http://ant.apache.org/</samp>, and store it in the
178+
<p>Get the index page of <samp>https://ant.apache.org/</samp>, and store it in the
179179
file <samp>help/index.html</samp>.</p>
180-
<pre>&lt;get src=&quot;http://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
180+
<pre>&lt;get src=&quot;https://ant.apache.org/&quot; dest=&quot;help/index.html&quot;/&gt;</pre>
181181

182182
<p>Get the PGP keys of Ant's (current and past) release managers, if the local copy is missing or
183183
out of date. Use the <var>verbose</var> option for progress information.</p>
184184
<pre>
185-
&lt;get src=&quot;http://www.apache.org/dist/ant/KEYS&quot;
185+
&lt;get src=&quot;https://www.apache.org/dist/ant/KEYS&quot;
186186
dest=&quot;KEYS&quot;
187187
verbose=&quot;true&quot;
188188
usetimestamp=&quot;true&quot;/&gt;</pre>
@@ -230,20 +230,20 @@ <h3>Examples</h3>
230230

231231
<pre>
232232
&lt;get dest=&quot;downloads&quot;&gt;
233-
&lt;url url=&quot;http://ant.apache.org/index.html&quot;/&gt;
234-
&lt;url url=&quot;http://ant.apache.org/faq.html&quot;/&gt;
233+
&lt;url url=&quot;https://ant.apache.org/index.html&quot;/&gt;
234+
&lt;url url=&quot;https://ant.apache.org/faq.html&quot;/&gt;
235235
&lt;/get&gt;</pre>
236236

237237
<p>Using custom HTTP headers</p>
238238

239239
<pre>
240-
&lt;get src=&quot;http://ant.apache.org/index.html&quot; dest=&quot;downloads&quot;&gt;
240+
&lt;get src=&quot;https://ant.apache.org/index.html&quot; dest=&quot;downloads&quot;&gt;
241241
&lt;header name=&quot;header1&quot; value=&quot;headerValue1&quot;/&gt;
242242
&lt;header name=&quot;header2&quot; value=&quot;headerValue2&quot;/&gt;
243243
&lt;header name=&quot;header3&quot; value=&quot;headerValue3&quot;/&gt;
244244
&lt;/get&gt;</pre>
245245

246-
<p>get the index and FAQ pages of <samp>http://ant.apache.org/</samp>, and store them in the
246+
<p>get the index and FAQ pages of <samp>https://ant.apache.org/</samp>, and store them in the
247247
directory <samp>downloads</samp> which will be created if necessary.</p>
248248
</body>
249249
</html>

manual/Tasks/jar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3>Description</h3>
8888
<p>To cryptographically sign your JAR file, use the <a href="signjar.html">SignJar task</a> on the
8989
JAR that you create from this task.</p>
9090

91-
<p>For creating a simple version of a <a href="http://openjdk.java.net/jeps/238" target="_top">JEP
91+
<p>For creating a simple version of a <a href="https://openjdk.java.net/jeps/238" target="_top">JEP
9292
238 multi-release jar</a>, you don't need any special tools. Just set the
9393
required <code>manifest</code> entry and place the files where required, as you could see in
9494
the <a href="#jep238-example">JEP 238 example</a>. If you want to tune this kind of jar,
@@ -521,7 +521,7 @@ <h4>Service Provider</h4>
521521

522522
<h4 id="jep238-example">JEP 238 example: a Multi-Release JAR Files</h4>
523523
<p>Here we want to create a <em>Multi-Release JAR File</em> according the
524-
specification <a href="http://openjdk.java.net/jeps/238" target="_top">JEP 238</a>. It defines on
524+
specification <a href="https://openjdk.java.net/jeps/238" target="_top">JEP 238</a>. It defines on
525525
top of a JAR the possibility to place additional or overwriting classes in a jar, which are
526526
available according to the Java version you run.<br/>Basically it says, that you have to set the
527527
manifest entry <code>Multi-Release: true</code> and place all additional or overwriting classes

0 commit comments

Comments
 (0)