Browse Source

adding the junit jars to the source distribution, problem reported by Michael Durket

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583518 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 11 years ago
parent
commit
3fb8df68d7
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      build.xml

+ 1
- 2
build.xml View File

@@ -1080,8 +1080,7 @@

<copy todir="${src.dist.lib}">
<fileset dir="${lib.dir}">
<include name="*.jar"/>
<include name="*.zip"/>
<include name="optional/junit*.jar"/>
<include name="README"/>
<include name="libraries.properties"/>
</fileset>


Loading…
Cancel
Save