You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/06/26 08:39:01 UTC

cvs commit: cocoon-2.1/src/targets docs-build.xml

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. -->