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 ho...@locus.apache.org on 2000/12/18 22:18:01 UTC

cvs commit: jakarta-taglibs/utility build.xml

horwat      00/12/18 13:18:01

  Modified:    utility  build.xml
  Log:
  Fix for Bugrat #162: "Utility taglib contains no binaries"
  
  Deleted leftover comments from build file.
  
  Revision  Changes    Path
  1.4       +1 -3      jakarta-taglibs/utility/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/utility/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2000/12/08 02:50:08	1.3
  +++ build.xml	2000/12/18 21:18:01	1.4
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "utility" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.3 2000/12/08 02:50:08 horwat Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2000/12/18 21:18:01 horwat Exp $ -->
   <project name="utility" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -152,10 +152,8 @@
     <target name="library" depends="prepare">
       <copyfile src="${conf.src}/${taglib.name}.tld"
                 dest="${build.library}/META-INF/${taglib.name}.tld"/>
  -<!--
       <javac srcdir="${library.src}" destdir="${build.library}"
              classpath="${servlet.jar}" debug="on"/>
  --->
     </target>
   
     <!-- Compile the library as well as the associated applications -->