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 2002/01/31 03:26:58 UTC

cvs commit: jakarta-taglibs build.xml

glenn       02/01/30 18:26:58

  Modified:    .        build.xml
  Log:
  Add jmstags
  
  Revision  Changes    Path
  1.44      +5 -2      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml	22 Nov 2001 16:36:17 -0000	1.43
  +++ build.xml	31 Jan 2002 02:26:58 -0000	1.44
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.43 2001/11/22 16:36:17 shawn Exp $ -->
  +<!-- $Id: build.xml,v 1.44 2002/01/31 02:26:58 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
     <!-- ****************** Project Standard Properties ******************* -->
  @@ -163,9 +163,12 @@
       <ant dir="./string" target="dist"/>
     </target>
   
  +  <target name="jmstags">
  +    <ant dir="./jmstags" target="dist"/>
  +  </target>
   
     <!-- *********************** Overall Build Command ********************** -->
  -  <target name="dist" depends="prepare,dist.documentation,bsf,input,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string"/>
  +  <target name="dist" depends="prepare,dist.documentation,bsf,input,utility,xsl,request,session,response,application,page,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string,jmstags"/>
   
     <!-- *********************** Clean Command ****************************** -->
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>