Browse Source

add an empty lib/optional to the source distribution

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@896835 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
f34a0d9bbc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1046,6 +1046,8 @@
</fileset>
</copy>

<mkdir dir="${src.dist.lib}/optional"/>

<copy todir="${src.dist.src}">
<fileset dir="${src.dir}"/>
</copy>


Loading…
Cancel
Save