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:02:59 UTC

cvs commit: jakarta-taglibs/sql build.xml

glenn       01/07/01 19:02:59

  Modified:    sql      build.xml
  Log:
  Fix build when doc/web dir doesn't exist
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-taglibs/sql/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/sql/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	2001/07/01 20:08:28	1.7
  +++ build.xml	2001/07/02 02:02:58	1.8
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "sql" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.7 2001/07/01 20:08:28 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.8 2001/07/02 02:02:58 glenn Exp $ -->
   <project name="jspspec" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -129,6 +129,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"/>