Update extension XML format to match latest XDK schema.
This commit is contained in:
parent
3d2c39d267
commit
7ce76f2d81
3 changed files with 8 additions and 8 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue