Browse Source

Provide ability to override selection of files to be transformed.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274454 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 22 years ago
parent
commit
8d6a4bd90b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs.xml

+ 2
- 1
docs.xml View File

@@ -8,6 +8,7 @@
<property name="site.dir" location="../jakarta-site2" />
<property name="templ.path" location="xdocs/stylesheets" />
<property name="velocity.props" location="${docs.src}/velocity.properties" />
<property name="include.xml" value="**/*.xml" />

<path id="anakia.classpath">
<fileset dir="${site.dir}/lib">
@@ -38,7 +39,7 @@
extension=".html" style="./site.vsl"
projectFile="${project.file}"
excludes="**/stylesheets/**"
includes="**/*.xml"
includes="${include.xml}"
lastModifiedCheck="true"
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">


Loading…
Cancel
Save