Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2006-04-09 16:52:34 +0000
committerDoug Schaefer2006-04-09 16:52:34 +0000
commit3ca3b2bdcc7efaf0ad7fa934f9a8728e8d0ee934 (patch)
treedc08a6940ac30b837aea254087302e0788a196f7 /core/org.eclipse.cdt.ui/plugin.xml
parent141bcef3649bfee620b3778c979efac12be0613d (diff)
downloadorg.eclipse.cdt-3ca3b2bdcc7efaf0ad7fa934f9a8728e8d0ee934.tar.gz
org.eclipse.cdt-3ca3b2bdcc7efaf0ad7fa934f9a8728e8d0ee934.tar.xz
org.eclipse.cdt-3ca3b2bdcc7efaf0ad7fa934f9a8728e8d0ee934.zip
Removed the old search page.
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 4b59eb6ada1..769e825f659 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -1065,15 +1065,6 @@
label="%CSearchPage.label"
showScopeSection="true"
sizeHint="460, 160"/>
- <page
- canSearchEnclosingProjects="true"
- class="org.eclipse.cdt.internal.ui.search.CSearchPage"
- extensions="c:90,cpp:90, cxx:90, cc:90,C:90, h:90, hh:90, hpp:90, H:90"
- icon="icons/obj16/csearch_obj.gif"
- id="org.eclipse.cdt.ui.CSearchPage"
- label="Old C/C++ Search"
- showScopeSection="true"
- sizeHint="460, 160"/>
</extension>
<extension
point="org.eclipse.search.searchResultSorters">

Back to the top