bodewig 01/11/06 01:58:58
Modified: . build.xml
docs external.html
lib/optional README
xdocs external.xml
Added: . LICENSE.junit
lib README
Log:
keep track of JAR version that heve been checked into CVS, acknowledge
JUnit's license.
Revision Changes Path
1.196 +2 -2 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- build.xml 2001/11/05 13:07:32 1.195
+++ build.xml 2001/11/06 09:58:58 1.196
@@ -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>
1.1 jakarta-ant/LICENSE.junit
Index: LICENSE.junit
===================================================================
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>.
1.11 +2 -2 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- external.html 2001/11/06 09:14:03 1.10
+++ external.html 2001/11/06 09:58:58 1.11
@@ -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>
1.8 +6 -13 jakarta-ant/lib/README
1.3 +2 -2 jakarta-ant/lib/optional/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-ant/lib/optional/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 2001/02/13 12:31:57 1.2
+++ README 2001/11/06 09:58:58 1.3
@@ -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.
1.10 +2 -2 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- external.xml 2001/11/06 09:14:04 1.9
+++ external.xml 2001/11/06 09:58:58 1.10
@@ -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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>