Changeset 53936 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 22, 2015 8:29:00 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/glue-java.xsl
r53935 r53936 119 119 </xsl:when> 120 120 <xsl:otherwise> 121 <xsl:value-of select="concat(' 	', $G_vboxDirPrefix, $file, ' \ ')"/>121 <xsl:value-of select="concat(' \', $G_sNewLine, '	', $G_vboxDirPrefix, $file)"/> 122 122 </xsl:otherwise> 123 123 </xsl:choose> … … 4717 4717 4718 4718 <xsl:if test="not($filelistonly='')"> 4719 <xsl:value-of select="concat($filelistonly, ' := \ ')"/>4719 <xsl:value-of select="concat($filelistonly, ' :=')"/> 4720 4720 </xsl:if> 4721 4721 … … 4780 4780 4781 4781 <xsl:if test="not($filelistonly='')"> 4782 <xsl:value-of select=" ' '"/>4782 <xsl:value-of select="concat($G_sNewLine, $G_sNewLine)"/> 4783 4783 </xsl:if> 4784 4784
Note:
See TracChangeset
for help on using the changeset viewer.