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 2004/08/07 17:23:14 UTC

cvs commit: jakarta-taglibs-sandbox build.xml

glenn       2004/08/07 08:23:14

  Modified:    .        build.xml
  Log:
  Add datagrid and mailer2 as build targets
  
  Revision  Changes    Path
  1.6       +10 -2     jakarta-taglibs-sandbox/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	7 Oct 2003 06:55:04 -0000	1.5
  +++ build.xml	7 Aug 2004 15:23:14 -0000	1.6
  @@ -53,8 +53,16 @@
       <ant dir="./image" target="dist"/>
     </target>  
   
  +  <target name="datagrid">
  +    <ant dir="./datagrid" target="dist"/>
  +  </target>
  +
  +  <target name="mailer2">
  +    <ant dir="./mailer2" target="dist"/>
  +  </target>
  +
     <!-- *********************** Overall Build Command ********************** -->
  -  <target name="dist" depends="prepare,iterators,unstandard,image"/>
  +  <target name="dist" depends="prepare,iterators,unstandard,image,datagrid,mailer2"/>
   
     <!-- *********************** Clean Command ****************************** -->
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org