Author: antoine
Date: Tue Apr 1 02:48:27 2014
New Revision: 1583518
URL: http://svn.apache.org/r1583518
Log:
adding the junit jars to the source distribution, problem reported by Michael
Durket
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1583518&r1=1583517&r2=1583518&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Apr 1 02:48:27 2014
@@ -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>