From f5c54bd94018d32e0e88d755cf6631f6f024d045 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 19 Feb 2025 21:00:23 -0500 Subject: [PATCH] Fix mismatched id/name for CBuildConfigProvider (#1081) This seems to only cause issues when using the plugin.xml GUI editor because it cannot find the exsd file due to the incorrect id. --- core/org.eclipse.cdt.core/plugin.xml | 2 +- core/org.eclipse.cdt.core/schema/buildConfigProvider.exsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 989514fd5fe..37b683e9ebf 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -795,7 +795,7 @@ - + diff --git a/core/org.eclipse.cdt.core/schema/buildConfigProvider.exsd b/core/org.eclipse.cdt.core/schema/buildConfigProvider.exsd index c2d7de5cf85..04dcc3c75e7 100644 --- a/core/org.eclipse.cdt.core/schema/buildConfigProvider.exsd +++ b/core/org.eclipse.cdt.core/schema/buildConfigProvider.exsd @@ -3,7 +3,7 @@ - + [Enter description of this extension point.]