You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/07/02 04:03:19 UTC

cvs commit: jakarta-taglibs/benchmark build.xml

glenn       01/07/01 19:03:19

  Modified:    benchmark build.xml
  Log:
  Fix build when doc/web dir doesn't exist
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-taglibs/benchmark/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/benchmark/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2001/07/01 20:08:20	1.4
  +++ build.xml	2001/07/02 02:03:18	1.5
  @@ -128,6 +128,7 @@
              style="${taglibs.xsl}">
         <param name="prefix" expression="../../"/>
       </style>
  +    <mkdir dir="${doc.src}/web"/>
       <copy todir="${build.doc}">
         <fileset dir="${doc.src}/web">
           <include name="**/*.html"/>