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:
parent
cb0983a3eb
commit
cb41a3c01c
|
@ -435,7 +435,7 @@
|
|||
<!-- NOTE: A jar built using JDK1.4 is incompatible with JDK1.2 -->
|
||||
<ant antfile="build-testframework.xml" target="jar">
|
||||
<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="maven.compile.source" value="1.2"/>
|
||||
<property name="maven.compile.target" value="1.2"/>
|
||||
|
@ -513,11 +513,6 @@
|
|||
<include name="docs/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${build.dist.bin.work}">
|
||||
<fileset dir="${tf.build.tf}">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="dist.src">
|
||||
|
|
Loading…
Reference in New Issue