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/03 13:54:51 UTC

cvs commit: jakarta-taglibs build.xml

glenn       01/07/03 04:54:50

  Modified:    .        build.xml
  Log:
  Switch the jdbc target to dbtags
  
  Revision  Changes    Path
  1.32      +4 -4      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	2001/07/01 20:10:07	1.31
  +++ build.xml	2001/07/03 11:54:44	1.32
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.31 2001/07/01 20:10:07 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.32 2001/07/03 11:54:44 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
     <!-- ****************** Project Standard Properties ******************* -->
  @@ -122,8 +122,8 @@
       <ant dir="./jndi" target="dist"/>
     </target>
   
  -  <target name="jdbc">
  -    <ant dir="./jdbc" target="dist"/>
  +  <target name="dbtags">
  +    <ant dir="./dbtags" target="dist"/>
     </target>
   
     <target name="scrape">
  @@ -160,7 +160,7 @@
   
   
     <!-- *********************** Overall Build Command ********************** -->
  -  <target name="dist" depends="prepare,dist.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,jdbc,scrape,mailer,i18n,io,xtags,log,ultradev4,random"/>
  +  <target name="dist" depends="prepare,dist.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random"/>
   
     <!-- *********************** Clean Command ****************************** -->