summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Teran <evan.teran@gmail.com>2014-10-11 12:02:17 -0400
committerEvan Teran <evan.teran@gmail.com>2014-10-11 12:02:17 -0400
commit93fed3f8c723a8d1f20f8face5028c3fc109edee (patch)
tree18d82856b92f222ae62307c6dc243f753e79acee /app-emulation/vmware-player/files/list-bundle-components.xsl
parentsynching open-vm-tools-kmod with latest in mainline (diff)
downloadvmware-93fed3f8c723a8d1f20f8face5028c3fc109edee.tar.gz
vmware-93fed3f8c723a8d1f20f8face5028c3fc109edee.tar.bz2
vmware-93fed3f8c723a8d1f20f8face5028c3fc109edee.zip
synching with mainline
Diffstat (limited to 'app-emulation/vmware-player/files/list-bundle-components.xsl')
-rw-r--r--app-emulation/vmware-player/files/list-bundle-components.xsl17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-emulation/vmware-player/files/list-bundle-components.xsl b/app-emulation/vmware-player/files/list-bundle-components.xsl
deleted file mode 100644
index db1a4e4..0000000
--- a/app-emulation/vmware-player/files/list-bundle-components.xsl
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:output omit-xml-declaration="yes"/>
-
- <xsl:template match="text()"/>
-
- <xsl:template match="/bundle/components/component">
- <xsl:value-of select="@offset"/>
- <xsl:text> </xsl:text>
- <xsl:value-of select="@size"/>
- <xsl:text> </xsl:text>
- <xsl:value-of select="@name"/>
- <xsl:text>&#10;</xsl:text>
- </xsl:template>
-
-</xsl:stylesheet>