* run test as part of dist -- good for gump, good for releases

* update © to include 2003


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2003-01-06 13:00:54 +00:00
parent 4149f26f94
commit 5bf91f7575
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.35 2003/01/06 12:54:57 rwaldhoff Exp $ -->
<!-- $Id: build.xml,v 1.36 2003/01/06 13:00:54 rwaldhoff Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -177,7 +177,7 @@
destdir="${dest.doc.api}"
windowtitle="${Name-Long}"
doctitle="${Name-Long}"
bottom="&lt;small&gt;Copyright &amp;copy; 2001-2002 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
bottom="&lt;small&gt;Copyright &amp;copy; 2001-2003 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
protected="true"
version="true"
author="true"
@ -247,7 +247,7 @@
<!-- ######################################################### -->
<target name="dist" depends="dist-jar,doc,dist-tar,dist-zip" description="builds binary distribution"/>
<target name="dist" depends="test,dist-jar,doc,dist-tar,dist-zip" description="builds binary distribution"/>
<target name="dist-jar" depends="build">
<mkdir dir="${dest.jardir}"/>