From cace4b374ba1aa51e8af75fe2525ae1ef72893b5 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 24 Aug 2012 09:49:56 -0700 Subject: [PATCH] Normalized extension point labels. --- .../OSGI-INF/l10n/bundle.properties | 3 ++- codan/org.eclipse.cdt.codan.core/plugin.xml | 4 ++-- .../org.eclipse.cdt.codan.ui/OSGI-INF/l10n/bundle.properties | 4 ++-- codan/org.eclipse.cdt.codan.ui/plugin.xml | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties index ad252dc6852..6a6c77d109b 100644 --- a/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties +++ b/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties @@ -17,7 +17,8 @@ extension.name.Marker = Code Analysis Problem category.name.ProgrammingErrors = Potential Programming Problems category.name.CodeStyle = Coding Style category.name.CompilerErrors = Syntax and Semantic Errors -extension-point.name.CodeAnalysis = Code Analysis Checkers +codeAnalysisCheckersExtensionPoint = Code Analysis Checkers +checkerEnablementExtensionPoint = Verification of Checker Enablement marker.semanticError = Semantic Error category.name.Security = Security Vulnerabilities \ No newline at end of file diff --git a/codan/org.eclipse.cdt.codan.core/plugin.xml b/codan/org.eclipse.cdt.codan.core/plugin.xml index 11d7fa82852..4d43413061d 100644 --- a/codan/org.eclipse.cdt.codan.core/plugin.xml +++ b/codan/org.eclipse.cdt.codan.core/plugin.xml @@ -1,8 +1,8 @@ - - + + - - + +