aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/XSLT
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-13 18:22:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-13 18:22:05 +0000
commit7eaf3d18d268574a5805c362cf853f0fb1f1df23 (patch)
tree98a66bdfe701ad6dee5c58fc8259343c7c93cbb5 /LUFA/StudioIntegration/XSLT
parent397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd (diff)
downloadlufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.gz
lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.bz2
lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.zip
Offline help is currently ignored in AS6 extensions - reduce extension size by omitting it from the generated extension VSIX.
Diffstat (limited to 'LUFA/StudioIntegration/XSLT')
-rw-r--r--LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt6
1 files changed, 0 insertions, 6 deletions
diff --git a/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
index e3a0329ea..65ff2f0b0 100644
--- a/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
+++ b/LUFA/StudioIntegration/XSLT/lufa_module_transform.xslt
@@ -54,12 +54,6 @@
<xsl:value-of select="$filename"/>
</xsl:attribute>
</build>
-
- <build type="offline-help" subtype="module-help-page-append">
- <xsl:attribute name="value">
- <xsl:value-of select="$filename"/>
- </xsl:attribute>
- </build>
</xsl:template>
</xsl:stylesheet>