diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-02 15:37:05 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-03 12:09:56 +0200 |
commit | 4b7a97be0f8250af48c5b9f97cace813bc64c0f8 (patch) | |
tree | d438c36ea84e7b08d2d1c4abf0b197f1b4c81275 /tools/identity.xsl | |
parent | b1046b3ee4cdd00323a4267a994dc67865a170b0 (diff) |
Update tools/ copy from telepathy-glib
This avoid single include from generated code
Diffstat (limited to 'tools/identity.xsl')
-rw-r--r-- | tools/identity.xsl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/identity.xsl b/tools/identity.xsl deleted file mode 100644 index 6630f84..0000000 --- a/tools/identity.xsl +++ /dev/null @@ -1,7 +0,0 @@ -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - <xsl:template match="@*|node()"> - <xsl:copy> - <xsl:apply-templates select="@*|node()"/> - </xsl:copy> - </xsl:template> -</xsl:stylesheet> |