Browse Source

keep track of JAR version that heve been checked into CVS, acknowledge

JUnit's license.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269876 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
d32a9abcb7
6 changed files with 19 additions and 8 deletions
  1. +3
    -0
      LICENSE.junit
  2. +2
    -2
      build.xml
  3. +2
    -2
      docs/external.html
  4. +8
    -0
      lib/README
  5. +2
    -2
      lib/optional/README
  6. +2
    -2
      xdocs/external.xml

+ 3
- 0
LICENSE.junit View File

@@ -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>.

+ 2
- 2
build.xml View File

@@ -397,7 +397,7 @@
</fileset>
</copy>

<copy todir="${dist.lib}" file="${lib.dir}/optional/README"/>
<copy todir="${dist.lib}" file="${lib.dir}/README"/>

<copy todir="${dist.docs}">
<fileset dir="${docs.dir}">
@@ -461,7 +461,7 @@
<fileset dir="${lib.dir}">
<include name="*.jar" />
<include name="*.zip" />
<include name="optional/README"/>
<include name="README"/>
</fileset>
</copy>



+ 2
- 2
docs/external.html View File

@@ -556,7 +556,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.2 and 1.3
Ant 1.2 to 1.4.1
</font>
</td>
</tr>
@@ -1212,7 +1212,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4.1
bundles Ant 1.3
</font>
</td>
</tr>


+ 8
- 0
lib/README View File

@@ -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/>.


+ 2
- 2
lib/optional/README View File

@@ -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.

+ 2
- 2
xdocs/external.xml View File

@@ -193,7 +193,7 @@
<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.2 and 1.3</td>
<td>Ant 1.2 to 1.4.1</td>
</tr>
<tr>
<th>URL:</th>
@@ -428,7 +428,7 @@
<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4.1</td>
<td>bundles Ant 1.3</td>
</tr>
<tr>
<th>URL:</th>


Loading…
Cancel
Save