umagesh 2003/04/14 12:27:07
Modified: . docs.xml
Log:
Provide ability to override selection of files to be transformed.
Revision Changes Path
1.4 +2 -1 ant/docs.xml
Index: docs.xml
===================================================================
RCS file: /home/cvs/ant/docs.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- docs.xml 24 Jan 2003 08:55:00 -0000 1.3
+++ docs.xml 14 Apr 2003 19:27:07 -0000 1.4
@@ -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}">