VirtualBox

Changeset 53936 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 22, 2015 8:29:00 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97812
Message:

glue-java.xsl: Don't end the file list with an escaped new line. (nit picking)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r53935 r53936  
    119119    </xsl:when>
    120120    <xsl:otherwise>
    121       <xsl:value-of select="concat('&#9;', $G_vboxDirPrefix, $file, ' \&#10;')"/>
     121      <xsl:value-of select="concat(' \', $G_sNewLine, '&#9;', $G_vboxDirPrefix, $file)"/>
    122122    </xsl:otherwise>
    123123  </xsl:choose>
     
    47174717
    47184718  <xsl:if test="not($filelistonly='')">
    4719     <xsl:value-of select="concat($filelistonly, ' := \&#10;')"/>
     4719    <xsl:value-of select="concat($filelistonly, ' :=')"/>
    47204720  </xsl:if>
    47214721
     
    47804780
    47814781  <xsl:if test="not($filelistonly='')">
    4782     <xsl:value-of select="'&#10;'"/>
     4782    <xsl:value-of select="concat($G_sNewLine, $G_sNewLine)"/>
    47834783  </xsl:if>
    47844784
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette