You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/09/06 00:46:30 UTC

cvs commit: jakarta-tomcat-4.0/jasper build.xml

pierred     00/09/05 15:46:29

  Modified:    jasper   build.xml
  Log:
  Copy the dtd's in the resource directory.
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-tomcat-4.0/jasper/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2000/08/25 02:58:53	1.4
  +++ build.xml	2000/09/05 22:46:26	1.5
  @@ -58,6 +58,7 @@
       <!-- Copy static resource files -->
       <copydir  src="src/share"    dest="${jasper.build}/classes">
         <include name="**/*.properties"/>
  +      <include name="**/*.dtd"/>
       </copydir>
   
     </target>