Browse Source

added mergedir

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273767 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 22 years ago
parent
commit
8cd86b3ffa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      proposal/xdocs/build.xml

+ 2
- 1
proposal/xdocs/build.xml View File

@@ -383,7 +383,8 @@
classpathref="xdoclet.classpath"/> classpathref="xdoclet.classpath"/>
<antdoclet destdir="${gen.dir}" <antdoclet destdir="${gen.dir}"
excludedtags="@version,@author" excludedtags="@version,@author"
force="${xdoclet.force}">
force="${xdoclet.force}"
mergedir="src">
<fileset dir="${src.root}"> <fileset dir="${src.root}">
<selector id="conditional-patterns"> <selector id="conditional-patterns">
<not> <not>


Loading…
Cancel
Save