Browse Source

DTDs get copied over with property files

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269897 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
52c0957b09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -298,6 +298,7 @@
<copy todir="${build.classes}">
<fileset dir="${java.dir}">
<include name="**/*.properties" />
<include name="**/*.dtd" />
</fileset>
</copy>



Loading…
Cancel
Save