Try to fix gump failure

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton 2008-03-19 20:27:16 +00:00
parent cb0983a3eb
commit cb41a3c01c
1 changed files with 1 additions and 6 deletions

View File

@ -435,7 +435,7 @@
<!-- NOTE: A jar built using JDK1.4 is incompatible with JDK1.2 --> <!-- NOTE: A jar built using JDK1.4 is incompatible with JDK1.2 -->
<ant antfile="build-testframework.xml" target="jar"> <ant antfile="build-testframework.xml" target="jar">
<property name="test.classes" value="${tf.build.tf}"/> <property name="test.classes" value="${tf.build.tf}"/>
<property name="dist.home" value="${tf.build.tf}"/> <property name="dist.home" value="${build.home}"/>
<property name="component.version" value="${tf.version}"/> <property name="component.version" value="${tf.version}"/>
<property name="maven.compile.source" value="1.2"/> <property name="maven.compile.source" value="1.2"/>
<property name="maven.compile.target" value="1.2"/> <property name="maven.compile.target" value="1.2"/>
@ -513,11 +513,6 @@
<include name="docs/**"/> <include name="docs/**"/>
</fileset> </fileset>
</copy> </copy>
<copy todir="${build.dist.bin.work}">
<fileset dir="${tf.build.tf}">
<include name="*.jar"/>
</fileset>
</copy>
</target> </target>
<target name="dist.src"> <target name="dist.src">