aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/XSLT
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-02-02 08:53:39 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-02-02 08:53:39 +0000
commit7ce76f2d815f115737af9d6379fd896970c36431 (patch)
tree6c9d66e85df307889d8619abd57654e693eff5e7 /LUFA/StudioIntegration/XSLT
parent3d2c39d267e74f175ed195993a0a2482246df976 (diff)
downloadlufa-7ce76f2d815f115737af9d6379fd896970c36431.tar.gz
lufa-7ce76f2d815f115737af9d6379fd896970c36431.tar.bz2
lufa-7ce76f2d815f115737af9d6379fd896970c36431.zip
Update extension XML format to match latest XDK schema.
Diffstat (limited to 'LUFA/StudioIntegration/XSLT')
-rw-r--r--LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
index 8cb4ea9a8..f50f8a4dd 100644
--- a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
+++ b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
@@ -22,11 +22,11 @@
<xsl:template match="lufa-manifest">
<xsl:comment>This file has been automatically generated from the LUFA Atmel Studio integration XML files.</xsl:comment>
- <fdk xml-version="2.0">
+ <extension-container xmlversion="2.0">
<xsl:for-each select="xml-source">
- <xsl:apply-templates select="document(@filename)/lufa/fdk/*"/>
+ <xsl:apply-templates select="document(@filename)/lufa/extension-container/*"/>
</xsl:for-each>
- </fdk>
+ </extension-container>
</xsl:template>
<!-- Recursively match and copy/process all nodes/attributes -->