* 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:
parent
4149f26f94
commit
5bf91f7575
|
@ -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="<small>Copyright &copy; 2001-2002 Apache Software Foundation. Documenation generated ${TODAY}</small>."
|
||||
bottom="<small>Copyright &copy; 2001-2003 Apache Software Foundation. Documenation generated ${TODAY}</small>."
|
||||
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}"/>
|
||||
|
|
Loading…
Reference in New Issue