You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2014/04/01 04:48:27 UTC

svn commit: r1583518 - /ant/core/trunk/build.xml

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>