peterreilly    2004/03/03 09:18:49

  Modified:    .        Tag: ANT_16_BRANCH WHATSNEW
               src/etc  Tag: ANT_16_BRANCH tagdiff.xsl
  Log:
  sync with head
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.503.2.51 +2 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.50
  retrieving revision 1.503.2.51
  diff -u -r1.503.2.50 -r1.503.2.51
  --- WHATSNEW  2 Mar 2004 10:43:54 -0000       1.503.2.50
  +++ WHATSNEW  3 Mar 2004 17:18:48 -0000       1.503.2.51
  @@ -25,6 +25,8 @@
   * <apply> didn't compare timestamps of source and targetfiles when
     using a nested <filelist>.  Bugzilla Report 26985.
   
  +* tagdiff.xml was broken in ant 1.6.1. Bugzilla Report 27057.
  +
   Other changes:
   --------------
   
  
  
  
  No                   revision
  No                   revision
  1.2.2.3   +12 -3     ant/src/etc/tagdiff.xsl
  
  Index: tagdiff.xsl
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/tagdiff.xsl,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- tagdiff.xsl       9 Feb 2004 22:12:13 -0000       1.2.2.2
  +++ tagdiff.xsl       3 Mar 2004 17:18:48 -0000       1.2.2.3
  @@ -1,6 +1,3 @@
  -<xsl:stylesheet
  -    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  -    version="1.0">
   <!--
       Copyright  2004 The Apache Software Foundation
      
  @@ -18,6 +15,18 @@
      
   -->
   <!-- a stylesheet to display changelogs ala netbeans -->
  +<xsl:stylesheet
  +    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  +    version="1.0">
  +  <xsl:param name="title"/>
  +  <xsl:param name="module"/>
  +  <xsl:param name="cvsweb"/>
  +
  +  <xsl:output method="html" indent="yes"/>
  +
  +  <!-- Copy standard document elements.  Elements that
  +       should be ignored must be filtered by apply-templates
  +       tags. -->
     <xsl:template match="*">
       <xsl:copy>
         <xsl:copy-of select="attribute::*[. != '']"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to