stephan 2003/03/22 09:46:55
Modified: src/targets validate-build.xml
Log:
Ignore tabs.xml for the validation process.
Revision Changes Path
1.4 +1 -1 cocoon-2.1/src/targets/validate-build.xml
Index: validate-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/validate-build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- validate-build.xml 22 Mar 2003 17:02:18 -0000 1.3
+++ validate-build.xml 22 Mar 2003 17:46:55 -0000 1.4
@@ -55,7 +55,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 ..."/>