stephan 2003/03/21 06:23:38
Modified: . build.xml
Log:
Exclude tabs.xml from the validation process.
Revision Changes Path
1.25 +2 -2 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 21 Mar 2003 08:40:09 -0000 1.24
+++ build.xml 21 Mar 2003 14:23:38 -0000 1.25
@@ -840,7 +840,7 @@
<xmlvalidate failonerror="true" lenient="no" warn="yes">
<!-- FIXME: we can use xmlcatalog with Ant-1.6 -->
<fileset dir="${build.context}/xdocs" includes="**/*.xml"
-
excludes="drafts/*.xml,dictionary.xml,catalog-test.xml,ctwig/sample/**/*.xml"/>
+
excludes="drafts/*.xml,dictionary.xml,catalog-test.xml,ctwig/sample/**/*.xml,tabs.xml"/>
</xmlvalidate>
<echo message="Validating the documentation sitemap.xmap using RELAX NG ..."/>