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 ba...@apache.org on 2003/02/10 05:42:24 UTC

cvs commit: jakarta-taglibs-sandbox build.xml

bayard      2003/02/09 20:42:24

  Modified:    .        build.xml
  Log:
  Added unstandard
  
  Revision  Changes    Path
  1.3       +5 -1      jakarta-taglibs-sandbox/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2 Dec 2002 00:16:21 -0000	1.2
  +++ build.xml	10 Feb 2003 04:42:24 -0000	1.3
  @@ -45,6 +45,10 @@
       <ant dir="./iterators" target="dist"/>
     </target>
   
  +  <target name="unstandard">
  +    <ant dir="./unstandard" target="dist"/>
  +  </target>
  +
     <!-- *********************** Overall Build Command ********************** -->
     <target name="dist" depends="prepare,iterators"/>
   
  
  
  

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