From dc7a53d389480dfe545f1259521d7eaae7767032 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 29 Apr 2005 15:19:07 +0000 Subject: [PATCH] Fix PR 93216 --- build/org.eclipse.cdt.make.core/plugin.properties | 2 ++ build/org.eclipse.cdt.make.core/plugin.xml | 13 +++++++++++++ build/org.eclipse.cdt.make.ui/plugin.xml | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.make.core/plugin.properties b/build/org.eclipse.cdt.make.core/plugin.properties index 6471d3f5ed7..df1e21f1c89 100644 --- a/build/org.eclipse.cdt.make.core/plugin.properties +++ b/build/org.eclipse.cdt.make.core/plugin.properties @@ -27,3 +27,5 @@ epGCCSpecsParser.name=GNU C/C++ Compiler Specs Parser extensionGCCPerProjectProfile.name=GNU C/C++ Scanner Info per project profile extensionGCCPerFileProfile.name=GNU C/C++ Scanner Info per file profile + +makefile=Makefile \ No newline at end of file diff --git a/build/org.eclipse.cdt.make.core/plugin.xml b/build/org.eclipse.cdt.make.core/plugin.xml index ef9b975912a..f5345cf91a8 100644 --- a/build/org.eclipse.cdt.make.core/plugin.xml +++ b/build/org.eclipse.cdt.make.core/plugin.xml @@ -165,4 +165,17 @@ + + + + + + + + diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml index ea69a2054b3..1badcff7470 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.xml +++ b/build/org.eclipse.cdt.make.ui/plugin.xml @@ -380,7 +380,7 @@ name="%MakefileDocumentFactory.name" point="org.eclipse.core.filebuffers.documentCreation"> @@ -389,7 +389,7 @@ name="%MakefileDocumentSetupParticipant.name" point="org.eclipse.core.filebuffers.documentSetup">