Update for (in-progress) Atmel Studio 7 support, via new integration DLL and help content fixes.

pull/1469/head
Dean Camera 9 years ago
parent 815a29c7b2
commit 2fa6cbdb10

@ -19,7 +19,7 @@
</div> </div>
<div class="package-list"> <div class="package-list">
<div class="package"> <div class="package">
<span class="name">LUFA</span> <span class="name">lufa_studio_help.mshc</span>
<a class="current-link" href="lufa_studio_help.mshc">lufa_studio_help.mshc</a> <a class="current-link" href="lufa_studio_help.mshc">lufa_studio_help.mshc</a>
</div> </div>
</div> </div>

@ -25,6 +25,16 @@
</xsl:template> </xsl:template>
<!-- Update the LUFA help package file name --> <!-- Update the LUFA help package file name -->
<xsl:template match="xhtml:div[@class='package']/xhtml:span">
<xsl:copy>
<xsl:copy-of select="@class"/>
<xsl:text>lufa_help_</xsl:text>
<xsl:value-of select="$extension-version"/>
<xsl:text>.mshc</xsl:text>
</xsl:copy>
</xsl:template>
<xsl:template match="xhtml:div[@class='package']/xhtml:a"> <xsl:template match="xhtml:div[@class='package']/xhtml:a">
<xsl:copy> <xsl:copy>
<xsl:copy-of select="@class"/> <xsl:copy-of select="@class"/>

@ -13,8 +13,6 @@
<PreviewImage>LUFA.png</PreviewImage> <PreviewImage>LUFA.png</PreviewImage>
<SupportedProducts> <SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
<IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>
<IsolatedShell Version="7.0">AtmelStudio</IsolatedShell> <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell>
</SupportedProducts> </SupportedProducts>

Loading…
Cancel
Save