temporarily disable build-validate-testframework to allow "ant dist" to complete

(see note on dev list)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2003-10-27 16:17:26 +00:00
parent 1c03fba7d3
commit e288d25eda
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.47 2003/10/10 21:13:36 scolebourne Exp $ -->
<!-- $Id: build.xml,v 1.48 2003/10/27 16:17:26 rwaldhoff Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -287,6 +287,10 @@
<!-- validation build to ensure that testframework is independent -->
<target name="validate-build-testframework" depends="init" if="available-src-test">
<echo message=" *** WARNING ***"/>
<echo message="This target temporarily disabled."/>
<echo message=" *** WARNING ***"/>
<!--
<delete dir="${dest.classes.testframework}"/>
<mkdir dir="${dest.classes.testframework}"/>
<copy todir="${dest.classes.testframework}">
@ -301,6 +305,7 @@
debug="${javac.debug}"
deprecation="${javac.deprecation}"
optimize="${javac.optimize}"/>
-->
</target>
<!-- ######################################################### -->