Ensure Ant tests all the packages

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-10-02 20:36:11 +00:00
parent aea2f2fa32
commit 03fe3cdb91
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.42 2003/10/01 20:03:35 scolebourne Exp $ -->
<!-- $Id: build.xml,v 1.43 2003/10/02 20:36:11 scolebourne Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -55,7 +55,7 @@
<property name="doc.release.notes" value="RELEASE-NOTES.html"/>
<property name="doc.status" value="STATUS.html"/>
<property name="test.entry" value="org.apache.commons.collections.TestAll"/>
<property name="test.entry" value="org.apache.commons.collections.TestAllPackages"/>
<property name="test.failonerror" value="true" />
<property name="test.runner" value="junit.textui.TestRunner" />