You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2004/02/11 15:48:41 UTC

cvs commit: xml-xalan/java build.xml

jycli       2004/02/11 06:48:41

  Modified:    java     build.xml
  Log:
  Fix for bugzilla bug report 26829.
  
  Modified build.xml to add xalanj2taglet.jar to Xalan source distribution
  Contributed by Sarah McNamara (mcnamara@ca.ibm.com)
  
  Revision  Changes    Path
  1.203     +3 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- build.xml	21 Jan 2004 18:44:19 -0000	1.202
  +++ build.xml	11 Feb 2004 14:48:41 -0000	1.203
  @@ -1151,6 +1151,7 @@
         <include name="${dist.file}/bin/${bsf.jar.name}"/>
         <include name="${dist.file}/bin/${stylebook.jar.name}"/>
         <include name="${dist.file}/bin/${doclet.jar.name}"/>
  +      <include name="${dist.file}/bin/${taglet.jar.name}"/>
         <include name="${dist.file}/bin/*.LICENSE.txt"/>
         <include name="${dist.file}/bin/*.README.txt"/>
         <include name="${dist.file}/samples/"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org