From 8d6a4bd90b022c3c0080b5c3c92adb5317704c1c Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Mon, 14 Apr 2003 19:27:07 +0000 Subject: [PATCH] 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 --- docs.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.xml b/docs.xml index f27e1758e..e662022ad 100644 --- a/docs.xml +++ b/docs.xml @@ -8,6 +8,7 @@ + @@ -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}">