[138692] Removed command extension points for ISV documentation.
[138694] Removed internal EMF extension points from ISV documentation.
[138699] Removed navigator extension points from ISV documentation.
[138727] Removed WS extenstion points from ISV documentation.
Changed ISV doc build logic to include extension points explicitly listed.
diff --git a/docs/org.eclipse.jst.doc.isv/extDocOverview.xsl b/docs/org.eclipse.jst.doc.isv/extDocOverview.xsl
index 14116af..ffe0ef1 100644
--- a/docs/org.eclipse.jst.doc.isv/extDocOverview.xsl
+++ b/docs/org.eclipse.jst.doc.isv/extDocOverview.xsl
@@ -5,7 +5,7 @@
<xsl:param name="title"/>
<xsl:param name="header"/>
<xsl:param name="overview"/>
- <xsl:param name="internal-ext-points"/>
+ <xsl:param name="listed-ext-points"/>
<xsl:template match="components">
@@ -37,7 +37,7 @@
<ul>
<xsl:for-each select="document(@file)/files/file">
<xsl:sort select="text()"/>
- <xsl:if test="not(contains($internal-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.')))">
+ <xsl:if test="contains($listed-ext-points, translate(substring(text(), 0, string-length(text()) - 4),'_','.'))">
<li>
<a href="{../@component}/{text()}"><xsl:value-of select="translate(substring(text(), 0, string-length(text()) - 4),'_','.')"/></a>
</li>