we should do as we say, use ant:current in antlib descriptor
https://bz.apache.org/bugzilla/show_bug.cgi?id=65315
This commit is contained in:
parent
2c49ac7f4e
commit
2d2e4d0dab
2
NOTICE
2
NOTICE
|
|
@ -1,5 +1,5 @@
|
||||||
Apache AntUnit
|
Apache AntUnit
|
||||||
Copyright 2005-2018 The Apache Software Foundation
|
Copyright 2005-2018,2021 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (https://www.apache.org/).
|
The Apache Software Foundation (https://www.apache.org/).
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,11 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<release version="1.5" date="unreleased">
|
<release version="1.5" date="unreleased">
|
||||||
|
<action type="fix" issue="65315">
|
||||||
|
We didn't follow our own best practice and hard-coded the
|
||||||
|
AntUnit URI inside the Antlib descriptor instead of using
|
||||||
|
ant:current.
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.4" date="2018-06-25">
|
<release version="1.4" date="2018-06-25">
|
||||||
<action type="update" breaks-bwc="true">
|
<action type="update" breaks-bwc="true">
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<antlib xmlns:au="antlib:org.apache.ant.antunit">
|
<antlib xmlns:au="ant:current">
|
||||||
<taskdef name="antunit"
|
<taskdef name="antunit"
|
||||||
classname="org.apache.ant.antunit.AntUnit"/>
|
classname="org.apache.ant.antunit.AntUnit"/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue