Author: bodewig
Date: Thu Jan 7 10:22:40 2010
New Revision: 896835
URL: http://svn.apache.org/viewvc?rev=896835&view=rev
Log:
add an empty lib/optional to the source distribution
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=896835&r1=896834&r2=896835&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu Jan 7 10:22:40 2010
@@ -1046,6 +1046,8 @@
</fileset>
</copy>
+ <mkdir dir="${src.dist.lib}/optional"/>
+
<copy todir="${src.dist.src}">
<fileset dir="${src.dir}"/>
</copy>