dmandell    01/04/17 06:03:33

  Modified:    .        build.xml
  Log:
  Added "tools" directory
  
  Revision  Changes    Path
  1.23      +6 -1      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 2001/04/11 23:56:57     1.22
  +++ build.xml 2001/04/17 13:03:29     1.23
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.22 2001/04/11 23:56:57 horwat Exp $ -->
  +<!-- $Id: build.xml,v 1.23 2001/04/17 13:03:29 dmandell Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
   
  @@ -183,6 +183,11 @@
     <target name="i18n">
       <ant dir="./i18n" target="dist"/>
     </target>
  +
  +  <target name="ctlx">
  +    <ant dir="./tools/UltraDev/4.0/ctlx" target="dist"/>
  +  </target>
  +
   
     <!-- *********************** Overall Build Command ********************** -->
   
  
  
  

Reply via email to