Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Aeschlimann2006-07-25 15:37:54 +0000
committerMartin Aeschlimann2006-07-25 15:37:54 +0000
commitc728292b964bccd1a41f32f00aeb10d0e77b73fa (patch)
treeefea33553cf68d710c4d591ec9800309cc6289a2 /org.eclipse.search/plugin.xml
parentf526f46b471791a7bf9f9e8c4a6e0bf0dbdde783 (diff)
downloadeclipse.platform.text-c728292b964bccd1a41f32f00aeb10d0e77b73fa.tar.gz
eclipse.platform.text-c728292b964bccd1a41f32f00aeb10d0e77b73fa.tar.xz
eclipse.platform.text-c728292b964bccd1a41f32f00aeb10d0e77b73fa.zip
142292 Unable to Search
Diffstat (limited to 'org.eclipse.search/plugin.xml')
-rw-r--r--org.eclipse.search/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index a337c630807..1f644eb9dd1 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -364,4 +364,8 @@
<adapter type="org.eclipse.core.resources.IMarker"/>
</factory>
</extension>
+ <extension
+ point="org.eclipse.core.runtime.preferences">
+ <initializer class="org.eclipse.search.internal.ui.SearchPreferenceInitializer"/>
+ </extension>
</plugin>

Back to the top