glenn       01/07/10 05:36:16

  Modified:    .        common.xml
  Log:
  This fixes the xtags tld build
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- common.xml        2001/07/08 13:09:44     1.15
  +++ common.xml        2001/07/10 12:36:14     1.16
  @@ -290,7 +290,7 @@
       <antcall target="gen-tld"/>
     </target>
   
  -  <target name="template-tld11" depends="prepare" unless="jsp12.present">
  +  <target name="template-tld11" depends="prepare" unless="gen-docs.present">
       <style in="${xml.src}/${taglib.name}.xml"
              destdir="${build.examples}/WEB-INF"
              out="${build.examples}/WEB-INF/${taglib.name}.tld"
  
  
  

Reply via email to