crossley 2003/06/25 23:39:00
Modified: src/targets docs-build.xml Log: There is no need to copy the DTDs during the build. Since the advent of the entity resolver, we have not used the hard-coded system identifiers. So the copies of DTDs under xdocs/dtd/ are superfluous. Actually the previous cvs log message was a furphy - the build does not use Jing for validation of xdocs. Watch the build messages. Revision Changes Path 1.16 +0 -5 cocoon-2.1/src/targets/docs-build.xml Index: docs-build.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/targets/docs-build.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- docs-build.xml 25 Jun 2003 19:47:38 -0000 1.15 +++ docs-build.xml 26 Jun 2003 06:39:00 -0000 1.16 @@ -48,11 +48,6 @@ </copy> <copy todir="${build.context}" filtering="on" file="${webapp}/WEB-INF/logkit.xconf"/> - <!-- copy dtds for validation --> - <mkdir dir="${build.context}/xdocs/dtd"/> - <copy todir="${build.context}/xdocs/dtd" filtering="on"> - <fileset dir="${webapp}/WEB-INF/entities"/> - </copy> </target> <!-- Set a variable if the generated docs are already up-to-date. -->