Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search/doc/org_eclipse_search.html')
-rw-r--r--org.eclipse.search/doc/org_eclipse_search.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/org.eclipse.search/doc/org_eclipse_search.html b/org.eclipse.search/doc/org_eclipse_search.html
deleted file mode 100644
index a079e8dfc13..00000000000
--- a/org.eclipse.search/doc/org_eclipse_search.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Search Infrastructure Extension Points</title>
-</head>
-<body>
-
-<center>
-<h1>
-Eclipse Platform Search</h1></center>
-This document lists all of the extension points that the search plug-in makes
-available to tool developers.
-<p>All XML sub-elements defined in the individual extension point documents
-may appear more than once inside an extension element. For example, a <tt>org.eclipse.search.searchPages</tt>
-extension may contain several instances of <tt>page</tt> elements. Although
-making one extension per sub-element is not technically incorrect, we recommend
-grouping for consistent style. It can also improve platform startup time
-because there will be fewer extensions to process.
-<br>
-<hr WIDTH="100%">
-<h1>
-Extension Points</h1>
-The following extension points can be used to extend the capabilities
-of the search infrastructure:
-<ul>
-<li>
-<a href="org_eclipse_search_searchPages.html">org.eclipse.search.searchPages</a></li>
-<li>
-<a href="org_eclipse_search_searchResultSorters.html">org.eclipse.search.searchResultSorters</a></li>
-</ul>
-
-<p><br>
-<p>&nbsp;<a href="hglegal2002.htm"><img src="ngibmcpy2002.gif" alt="Copyright IBM Corporation 2000, 2002. All Rights Reserved." border="0" width="324" height="14"></a>
-</p>
-
-</body>
-</html>

Back to the top