Removed unnecessary http references
This commit is contained in:
parent
932d318652
commit
3d4c28fb10
|
|
@ -174,7 +174,7 @@ public class LogCapturer {
|
|||
<h4>propertyset</h4>
|
||||
|
||||
<p><a
|
||||
href="http://ant.apache.org/manual/Types/propertyset.html"><propertyset></a>s
|
||||
href="https://ant.apache.org/manual/Types/propertyset.html"><propertyset></a>s
|
||||
can be used to pass properties to the build files under test.</p>
|
||||
|
||||
<h4>reference</h4>
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
|
||||
<!--
|
||||
Test doesn't work from maven, you have to fight with tricky classpath
|
||||
issue to solve that See http://markmail.org/thread/6giwzqproxidcwyc
|
||||
And http://markmail.org/thread/5bbknx6hm7liqvi6 (until it is solved, I
|
||||
issue to solve that See https://markmail.org/thread/6giwzqproxidcwyc
|
||||
And https://markmail.org/thread/5bbknx6hm7liqvi6 (until it is solved, I
|
||||
comment test setting)
|
||||
-->
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue