projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweak the LUFA config for the Mass Storage class bootloader to reduce the compiled...
[pub/USBasp.git]
/
LUFA
/
StudioIntegration
/
XSLT
/
lufa_extension_transform.xslt
diff --git
a/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
b/LUFA/StudioIntegration/XSLT/lufa_extension_transform.xslt
index
a40176a
..
f50f8a4
100644
(file)
--- 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>
<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 xml
version="2.0">
<xsl:for-each select="xml-source">
<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>
</xsl:for-each>
- </
fdk
>
+ </
extension-container
>
</xsl:template>
<!-- Recursively match and copy/process all nodes/attributes -->
</xsl:template>
<!-- Recursively match and copy/process all nodes/attributes -->
@@
-57,4
+57,12
@@
</xsl:attribute>
</xsl:template>
</xsl:attribute>
</xsl:template>
+ <xsl:template match="online-help/index-page/@url">
+ <xsl:attribute name="url">
+ <xsl:value-of select="current()"/>
+ <xsl:value-of select="$lufa-version"/>
+ <xsl:text>/html/</xsl:text>
+ </xsl:attribute>
+ </xsl:template>
+
</xsl:stylesheet>
</xsl:stylesheet>