From 14561b343f395932078b16a31bbb7acce5ad896a Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 26 Dec 2019 13:31:06 -0500 Subject: [PATCH] Bug 558638: Add nature user display names Change-Id: I2cabb572ab2e4a1ad2c3890267628a0aa13e4211 --- .../META-INF/MANIFEST.MF | 5 +++-- build/org.eclipse.cdt.cmake.core/build.properties | 3 ++- build/org.eclipse.cdt.cmake.core/plugin.properties | 14 ++++++++++++++ build/org.eclipse.cdt.cmake.core/plugin.xml | 3 ++- .../plugin.properties | 1 + .../org.eclipse.cdt.core.autotools.core/plugin.xml | 1 + build/org.eclipse.cdt.meson.core/plugin.properties | 3 ++- build/org.eclipse.cdt.meson.core/plugin.xml | 1 + core/org.eclipse.cdt.core/plugin.xml | 2 +- qt/org.eclipse.cdt.qt.core/META-INF/MANIFEST.MF | 2 +- qt/org.eclipse.cdt.qt.core/plugin.properties | 1 + qt/org.eclipse.cdt.qt.core/plugin.xml | 1 + .../org.eclipse.cdt.arduino.core/plugin.properties | 1 + .../org.eclipse.cdt.arduino.core/plugin.xml | 1 + 14 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 build/org.eclipse.cdt.cmake.core/plugin.properties diff --git a/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF index 0b2c2f5dad8..98ad8946326 100644 --- a/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF @@ -1,10 +1,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: CDT CMake Core +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true Bundle-Version: 1.2.300.qualifier Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator -Bundle-Vendor: Eclipse CDT +Bundle-Vendor: %providerName Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources;bundle-version="3.11.0", org.eclipse.debug.core;bundle-version="3.10.0", @@ -17,3 +17,4 @@ Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.cdt.cmake.core, org.eclipse.cdt.cmake.core.internal;x-friends:="org.eclipse.cdt.cmake.ui" Automatic-Module-Name: org.eclipse.cdt.cmake.core +Bundle-Localization: plugin diff --git a/build/org.eclipse.cdt.cmake.core/build.properties b/build/org.eclipse.cdt.cmake.core/build.properties index 183351cbe19..b698ce671b0 100644 --- a/build/org.eclipse.cdt.cmake.core/build.properties +++ b/build/org.eclipse.cdt.cmake.core/build.properties @@ -5,5 +5,6 @@ bin.includes = META-INF/,\ about.html,\ plugin.xml,\ schema/,\ - templates/ + templates/,\ + plugin.properties src.includes = about.html diff --git a/build/org.eclipse.cdt.cmake.core/plugin.properties b/build/org.eclipse.cdt.cmake.core/plugin.properties new file mode 100644 index 00000000000..7231a0e9a16 --- /dev/null +++ b/build/org.eclipse.cdt.cmake.core/plugin.properties @@ -0,0 +1,14 @@ +############################################################################### +# Copyright (c) 2019 Kichwa Coders Canada Inc and others. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +pluginName=CDT CMake Core +providerName=Eclipse CDT +cmakenature.name=CMake Nature +cmaketoolChainProvider.name=CMake ToolChain File Provider \ No newline at end of file diff --git a/build/org.eclipse.cdt.cmake.core/plugin.xml b/build/org.eclipse.cdt.cmake.core/plugin.xml index b907d39959a..c3c7ffc84e6 100644 --- a/build/org.eclipse.cdt.cmake.core/plugin.xml +++ b/build/org.eclipse.cdt.cmake.core/plugin.xml @@ -1,9 +1,10 @@ - +