BREAKING: Removed old fr\jayasoft\ivy\ant\antlib.xml AntLib definition file (jira:IVY-1612)

This commit is contained in:
Jan Matrne 2019-10-25 08:41:22 +02:00
parent be85129fce
commit ecf6c2e009
2 changed files with 2 additions and 5 deletions

View File

@ -45,9 +45,9 @@ For details about the following changes, check our JIRA install at link:https://
*List of changes since Ivy 2.5.0:*
- BREAKING: Removed old fr\jayasoft\ivy\ant\antlib.xml AntLib definition file (jira:IVY-1612)
- FIX:
- IMPROVEMENT:
- NEW:
@ -74,6 +74,7 @@ Here is the list of people who have contributed source code and documentation up
* Gintautas Grigelionis
* Xavier Hanin
* Nicolas Lalevée
* Jan Matèrne
* Jaikiran Pai
* Jon Schneider
* Gilles Scokart

View File

@ -259,10 +259,6 @@
<exclude name="**/*.java"/>
</fileset>
</copy>
<!-- copy antlib for backward compatibility with fr.jayasoft.ivy package -->
<copy file="${ant.classes.build.dir}/org/apache/ivy/ant/antlib.xml"
todir="${ant.classes.build.dir}/fr/jayasoft/ivy/ant"/>
</target>
<target name="compile-optional" depends="compile-ant">