Bug 423715 - Add extension points to docs.

All 4 of the extension points in o.e.equinox.p2.artifact.repository as
the ant task will generate them anyway so better to have them referenced
too.

Change-Id: Ifa8d45d32ec1cd6ae5e8f214efdf3b234119a5be
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/buildDoc.xml b/bundles/org.eclipse.platform.doc.isv/buildDoc.xml
index 738c273..c80dbc5 100644
--- a/bundles/org.eclipse.platform.doc.isv/buildDoc.xml
+++ b/bundles/org.eclipse.platform.doc.isv/buildDoc.xml
@@ -43,6 +43,7 @@
 		<pde.convertSchemaToHTML manifest="${eclipse.platform.debug}/org.eclipse.debug.ui/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
 		<pde.convertSchemaToHTML manifest="${eclipse.platform.ui.bundles}/org.eclipse.e4.ui.workbench/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
 		<pde.convertSchemaToHTML manifest="${rt.equinox.bundles.bundles}/org.eclipse.equinox.preferences/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
+		<pde.convertSchemaToHTML manifest="${rt.equinox.p2.bundles}/org.eclipse.equinox.p2.artifact.repository/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
 		<pde.convertSchemaToHTML manifest="${rt.equinox.bundles.bundles}/org.eclipse.equinox.app/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
 		<pde.convertSchemaToHTML manifest="${rt.equinox.bundles.bundles}/org.eclipse.equinox.bidi/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
 		<pde.convertSchemaToHTML manifest="${rt.equinox.bundles.bundles}/org.eclipse.equinox.http.registry/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
diff --git a/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html b/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html
index 9eda369..686e119 100644
--- a/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html
+++ b/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html
@@ -963,6 +963,23 @@
       </li>
       <li>
         <a href=
+        "org_eclipse_equinox_p2_artifact_repository_artifactChecksums.html">org.eclipse.equinox.p2.artifact.repository.artifactChecksums</a>
+      </li>
+      <li>
+        <a href=
+        "org_eclipse_equinox_p2_artifact_repository_artifactComparators.html">org.eclipse.equinox.p2.artifact.repository.artifactComparators</a>
+      </li>
+      <li>
+        <a href=
+        "org_eclipse_equinox_p2_artifact_repository_artifactRepositories.html">org.eclipse.equinox.p2.artifact.repository.artifactRepositories</a>
+      </li>
+       <li>
+        <a href=
+        "org_eclipse_equinox_p2_artifact_repository_processingSteps.html">org.eclipse.equinox.p2.artifact.repository.processingSteps</a>
+      </li>
+      
+      <li>
+        <a href=
         "org_eclipse_search_searchPages.html">org.eclipse.search.searchPages</a>
 
       </li>
diff --git a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
index 630645d..8607d06 100644
--- a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
+++ b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
@@ -372,6 +372,10 @@
        <topic label="org.eclipse.equinox.http.registry.httpcontexts" href="reference/extension-points/org_eclipse_equinox_http_registry_httpcontexts.html"/>
        <topic label="org.eclipse.equinox.http.registry.resources" href="reference/extension-points/org_eclipse_equinox_http_registry_resources.html"/>
        <topic label="org.eclipse.equinox.http.registry.servlets" href="reference/extension-points/org_eclipse_equinox_http_registry_servlets.html"/>
+       <topic label="org.eclipse.equinox.p2.artifact.repository.artifactChecksums" href="reference/extension-points/org_eclipse_equinox_p2_artifact_repository_artifactChecksums.html"/>
+       <topic label="org.eclipse.equinox.p2.artifact.repository.artifactComparators" href="reference/extension-points/org_eclipse_equinox_p2_artifact_repository_artifactComparators.html"/>
+       <topic label="org.eclipse.equinox.p2.artifact.repository.artifactRepositories" href="reference/extension-points/org_eclipse_equinox_p2_artifact_repository_artifactRepositories.html"/>
+       <topic label="org.eclipse.equinox.p2.artifact.repository.processingSteps" href="reference/extension-points/org_eclipse_equinox_p2_artifact_repository_processingSteps.html"/>
        <topic label="org.eclipse.equinox.preferences.preferences" href="reference/extension-points/org_eclipse_equinox_preferences_preferences.html"/>
        <topic label="org.eclipse.equinox.security.loginConfigurationProvider" href="reference/extension-points/org_eclipse_equinox_security_loginConfigurationProvider.html"/>
        <topic label="org.eclipse.equinox.security.loginModule" href="reference/extension-points/org_eclipse_equinox_security_loginModule.html"/>