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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to