You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/08/02 04:09:32 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet defaults.xsl merge.xsl

rubys       01/08/01 19:09:32

  Modified:    proposal/gump/stylesheet defaults.xsl
  Removed:     proposal/gump/stylesheet merge.xsl
  Log:
  More cleanup
  
  Revision  Changes    Path
  1.3       +1 -4      jakarta-alexandria/proposal/gump/stylesheet/defaults.xsl
  
  Index: defaults.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/defaults.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- defaults.xsl	2001/06/10 13:14:58	1.2
  +++ defaults.xsl	2001/08/02 02:09:32	1.3
  @@ -176,10 +176,7 @@
             <xsl:variable name="position" select="position()"/>
             <xsl:if test="not(../property[position() &lt; $position and
                                           @project=$dependency])">
  -            <depend>
  -              <xsl:attribute name="project">
  -                <xsl:value-of select="$dependency"/>
  -              </xsl:attribute>
  +            <depend project="{$dependency}">
                 <noclasspath/>
               </depend>
               <xsl:text>&#10;</xsl:text>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org