commit cb4be8339e06c043fa5016b28ddc6644a25fbc83 Author: Colin Childs colin@torproject.org Date: Tue Jan 17 16:40:38 2017 -0600
Drop platform-* xslt files --- platform-linux.xslt | 7 ------- platform-macosx.xslt | 7 ------- platform-windows.xslt | 7 ------- 3 files changed, 21 deletions(-)
diff --git a/platform-linux.xslt b/platform-linux.xslt deleted file mode 100644 index f29fcb5..0000000 --- a/platform-linux.xslt +++ /dev/null @@ -1,7 +0,0 @@ -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:mal="http://projectmallard.org/1.0/" - exclude-result-prefixes="mal" - version="1.0"> - <xsl:param name="mal.if.platform" select="'platform:linux'"/> -</xsl:stylesheet> diff --git a/platform-macosx.xslt b/platform-macosx.xslt deleted file mode 100644 index 33294fa..0000000 --- a/platform-macosx.xslt +++ /dev/null @@ -1,7 +0,0 @@ -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:mal="http://projectmallard.org/1.0/" - exclude-result-prefixes="mal" - version="1.0"> - <xsl:param name="mal.if.platform" select="'platform:macosx'"/> -</xsl:stylesheet> diff --git a/platform-windows.xslt b/platform-windows.xslt deleted file mode 100644 index d21d628..0000000 --- a/platform-windows.xslt +++ /dev/null @@ -1,7 +0,0 @@ -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:mal="http://projectmallard.org/1.0/" - exclude-result-prefixes="mal" - version="1.0"> - <xsl:param name="mal.if.platform" select="'platform:windows'"/> -</xsl:stylesheet>
tor-commits@lists.torproject.org