Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index 7bed92a07d9..14ecd8cd9a5 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -361,8 +361,8 @@
</action>
</actionSet>
</extension>
-<!-- Makefile Editor comment out for CDT 1.2 -->
-<!--extension
+
+ <extension
id="org.eclipse.cdt.make.editor"
name="MakefileEditor"
point="org.eclipse.ui.editors">
@@ -374,7 +374,8 @@
class="org.eclipse.cdt.make.internal.ui.editor.MakefileEditor"
id="org.eclipse.cdt.make.editor">
</editor>
- </extension -->
+ </extension>
+
<extension
point="org.eclipse.ui.startup">
<startup>

Back to the top