Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index d0ac8980278..930033961e3 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -30,7 +30,6 @@
<extension-point id="workingSetConfigurations" name="%workingSetConfigurationsExtensionPoint" schema="schema/workingSetConfigurations.exsd"/>
<extension-point id="LanguageSettingsProviderAssociation" name="%LanguageSettingsProviderAssociationExtensionPoint" schema="schema/LanguageSettingsProviderAssociation.exsd"/>
<extension-point id="RefreshExclusionContributor" name="%RefreshExclusionContributorExtensionPoint" schema="schema/RefreshExclusionContributor.exsd"/>
- <extension-point id="projectTypePages" name="%projectTypePages" schema="schema/projectTypePages.exsd"/>
<extension-point id="semanticHighlighting" name="%semanticHighlightingExtensionPoint" schema="schema/semanticHighlighting.exsd"/>
<extension
@@ -459,17 +458,6 @@
%Cproject.desc
</description>
</wizard>
- <!-- (defered) wizard
- canFinishEarly="false"
- category="org.eclipse.cdt.ui.newCWizards"
- class="org.eclipse.cdt.ui.wizards.NewCDTProjectWizard"
- finalPerspective="org.eclipse.cdt.ui.CPerspective"
- hasPages="true"
- icon="icons/elcl16/newmngc_app.gif"
- id="org.eclipse.cdt.ui.wizards.newProject"
- name="%newProjectWizard.name"
- project="true">
- </wizard-->
</extension>
<!-- Define the document setup participant for the C/C++ and Assembly Editors -->

Back to the top