Browse Source

Made sure that xalan is copied to distribution.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269197 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
a343b61d44
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      proposal/myrmidon/build.xml

+ 1
- 4
proposal/myrmidon/build.xml View File

@@ -167,10 +167,7 @@ Legal:
</copy>

<copy todir="${dist.lib}">
<fileset dir="${lib.dir}">
<exclude name="xalan*" />
<exclude name="StyleBook*" />
</fileset>
<fileset dir="${lib.dir}"/>
</copy>

<copy todir="${dist.bin}">


Loading…
Cancel
Save