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 mo...@apache.org on 2001/03/12 17:57:42 UTC

cvs commit: jakarta-taglibs build.xml

morgand     01/03/12 08:57:41

  Modified:    .        build.xml
  Log:
  added jdbc taglib to nightly buids
  
  Revision  Changes    Path
  1.20      +6 -2      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	2001/01/06 19:37:56	1.19
  +++ build.xml	2001/03/12 16:57:37	1.20
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.19 2001/01/06 19:37:56 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.20 2001/03/12 16:57:37 morgand Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
   
  @@ -168,9 +168,13 @@
       <ant dir="./jndi" target="dist"/>
     </target>
   
  +  <target name="jdbc">
  +    <ant dir="./jdbc" target="dist"/>
  +  </target>
  +
     <!-- *********************** Overall Build Command ********************** -->
   
  -  <target name="dist" depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi"/>
  +  <target name="dist" depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,jdbc"/>
   
     <!-- *********************** Clean Command ****************************** -->