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/06 02:13:04 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet update.xsl xref.xsl

rubys       01/08/05 17:13:04

  Modified:    proposal/gump/stylesheet update.xsl xref.xsl
  Log:
  How'd those nasty tabs get in there?
  
  Revision  Changes    Path
  1.9       +7 -7      jakarta-alexandria/proposal/gump/stylesheet/update.xsl
  
  Index: update.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/update.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- update.xsl	2001/08/05 22:40:14	1.8
  +++ update.xsl	2001/08/06 00:13:04	1.9
  @@ -25,7 +25,7 @@
         <mkdir dir="{$logdir}"/>
         <mkdir dir="{@cvsdir}"/>
   
  -      <html log="{$logdir}/cvs_index.html" 
  +      <html log="{$logdir}/cvs_index.html"
           banner-image="{$banner-image}" banner-link="{$banner-link}">
   
           <title>
  @@ -73,7 +73,7 @@
       <xsl:copy>
         <xsl:copy-of select="@*"/>
   
  -      <html log="{$logdir}/cvs_{@name}.html" 
  +      <html log="{$logdir}/cvs_{@name}.html"
           banner-image="{$banner-image}" banner-link="{$banner-link}">
   
           <title>
  @@ -135,7 +135,7 @@
           <xsl:for-each select="//repository[@name=$repository]">
   
             <!-- method -->
  -	  <xsl:text>:</xsl:text>
  +          <xsl:text>:</xsl:text>
             <xsl:choose>
               <xsl:when test="@method">
                 <xsl:value-of select="@method"/>
  @@ -146,7 +146,7 @@
             </xsl:choose>
   
             <!-- user -->
  -	  <xsl:text>:</xsl:text>
  +          <xsl:text>:</xsl:text>
             <xsl:choose>
               <xsl:when test="@user">
                 <xsl:value-of select="@user"/>
  @@ -157,7 +157,7 @@
             </xsl:choose>
   
             <!-- host -->
  -	  <xsl:text>@</xsl:text>
  +          <xsl:text>@</xsl:text>
             <xsl:if test="$host-prefix">
               <xsl:value-of select="$host-prefix"/>
               <xsl:text>.</xsl:text>
  @@ -172,7 +172,7 @@
             </xsl:choose>
   
             <!-- path -->
  -	  <xsl:text>:</xsl:text>
  +          <xsl:text>:</xsl:text>
             <xsl:choose>
               <xsl:when test="@path">
                 <xsl:value-of select="@path"/>
  @@ -185,7 +185,7 @@
               <xsl:text>/</xsl:text>
               <xsl:value-of select="$dir"/>
             </xsl:if>
  -	</xsl:for-each>
  +        </xsl:for-each>
         </xsl:attribute>
   
         <!-- specify the module (defaults to project name) -->
  
  
  
  1.7       +1 -1      jakarta-alexandria/proposal/gump/stylesheet/xref.xsl
  
  Index: xref.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/xref.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xref.xsl	2001/07/29 03:27:05	1.6
  +++ xref.xsl	2001/08/06 00:13:04	1.7
  @@ -8,7 +8,7 @@
   
       <xref>
   
  -      <html log="{@logdir}/xref.html" 
  +      <html log="{@logdir}/xref.html"
           banner-image="{@banner-image}" banner-link="{@banner-link}">
   
           <title>Cross Reference</title>
  
  
  

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