Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2007-02-21 13:03:58 +0000
committerMarkus Schorn2007-02-21 13:03:58 +0000
commit3c40e8ff33fba943f4fb4e5f37d6e782c0c9ac43 (patch)
tree4ece5fa09c0880390458181cff4f287a0accbbcd
parent1ae5457603696a2de3ff6b3e39a77db08beada09 (diff)
downloadorg.eclipse.cdt-3c40e8ff33fba943f4fb4e5f37d6e782c0c9ac43.tar.gz
org.eclipse.cdt-3c40e8ff33fba943f4fb4e5f37d6e782c0c9ac43.tar.xz
org.eclipse.cdt-3c40e8ff33fba943f4fb4e5f37d6e782c0c9ac43.zip
Follow up new project model: remove duplicate action 'rebuild index'.
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index b75cc7d29c8..f846b54cc27 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -838,16 +838,6 @@
menubarPath="buildGroup"
/>
</objectContribution>
- <objectContribution
- adaptable="true"
- id="org.eclipse.cdt.ui.rebuildIndexContribution"
- objectClass="org.eclipse.cdt.core.model.ICProject">
- <action
- class="org.eclipse.cdt.internal.ui.indexview.RebuildIndexActionDelegate"
- id="org.eclipse.cdt.ui.rebuildIndexAction"
- label="%RebuildIndex.name"
- menubarPath="buildGroup"/>
- </objectContribution>
</extension>
<extension

Back to the top