JUnit's license. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269876 13f79535-47bb-0310-9956-ffa450edef68master
@@ -0,0 +1,3 @@ | |||||
The file lib/optional/junit.jar that is included in Apache Ant's CVS | |||||
tree is distributed under the terms of the IBM Public License, see | |||||
<http://www.opensource.org/licenses/ibmpl.html>. |
@@ -397,7 +397,7 @@ | |||||
</fileset> | </fileset> | ||||
</copy> | </copy> | ||||
<copy todir="${dist.lib}" file="${lib.dir}/optional/README"/> | |||||
<copy todir="${dist.lib}" file="${lib.dir}/README"/> | |||||
<copy todir="${dist.docs}"> | <copy todir="${dist.docs}"> | ||||
<fileset dir="${docs.dir}"> | <fileset dir="${docs.dir}"> | ||||
@@ -461,7 +461,7 @@ | |||||
<fileset dir="${lib.dir}"> | <fileset dir="${lib.dir}"> | ||||
<include name="*.jar" /> | <include name="*.jar" /> | ||||
<include name="*.zip" /> | <include name="*.zip" /> | ||||
<include name="optional/README"/> | |||||
<include name="README"/> | |||||
</fileset> | </fileset> | ||||
</copy> | </copy> | ||||
@@ -556,7 +556,7 @@ | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | <td bgcolor="#a0ddf0" colspan="" rowspan="" | ||||
valign="top" align="left"> | valign="top" align="left"> | ||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | <font color="#000000" size="-1" face="arial,helvetica,sanserif"> | ||||
Ant 1.2 and 1.3 | |||||
Ant 1.2 to 1.4.1 | |||||
</font> | </font> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -1212,7 +1212,7 @@ | |||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" | <td bgcolor="#a0ddf0" colspan="" rowspan="" | ||||
valign="top" align="left"> | valign="top" align="left"> | ||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> | <font color="#000000" size="-1" face="arial,helvetica,sanserif"> | ||||
Ant 1.4.1 | |||||
bundles Ant 1.3 | |||||
</font> | </font> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -0,0 +1,8 @@ | |||||
Please refer to the Ant manual under Installing Ant / Library | |||||
Dependencies for a list of the jar requirements for various optional | |||||
tasks and features. | |||||
This directory contains crimson.jar from the 1.1.3 release of Apache | |||||
Crimson. For more information or newer releases see | |||||
<http://xml.apache.org/crimson/>. | |||||
@@ -1,2 +1,2 @@ | |||||
Please refer to the Ant manual under Installing Ant / Library Dependencies for a list | |||||
of the jar requirements for various optional tasks and features. | |||||
The file junit.jar is version 3.7 of JUnit, see the file LICENSE.junit | |||||
for the terms of distribution. |
@@ -193,7 +193,7 @@ | |||||
<table> | <table> | ||||
<tr> | <tr> | ||||
<th>Compatibility:</th> | <th>Compatibility:</th> | ||||
<td>Ant 1.2 and 1.3</td> | |||||
<td>Ant 1.2 to 1.4.1</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th>URL:</th> | <th>URL:</th> | ||||
@@ -428,7 +428,7 @@ | |||||
<table> | <table> | ||||
<tr> | <tr> | ||||
<th>Compatibility:</th> | <th>Compatibility:</th> | ||||
<td>Ant 1.4.1</td> | |||||
<td>bundles Ant 1.3</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th>URL:</th> | <th>URL:</th> | ||||