From f282fdd0dcb22cb713495eacd12a55f7eb3d66c0 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 14 Dec 2021 14:23:18 -0500 Subject: [PATCH] Bug 577097: Correct feature and bundle provider names It is now Eclipse CDT providing these, so update to match Change-Id: I4dec6071c1c3c63b8005587f9f8c1e73a0315a75 --- remote/org.eclipse.remote-feature/feature.properties | 2 +- remote/org.eclipse.remote.console-feature/feature.properties | 2 +- remote/org.eclipse.remote.proxy-feature/feature.properties | 2 +- remote/org.eclipse.remote.serial-feature/feature.properties | 2 +- remote/org.eclipse.remote.telnet-feature/feature.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/remote/org.eclipse.remote-feature/feature.properties b/remote/org.eclipse.remote-feature/feature.properties index 47f58ee80f7..a2cff76b2af 100644 --- a/remote/org.eclipse.remote-feature/feature.properties +++ b/remote/org.eclipse.remote-feature/feature.properties @@ -10,7 +10,7 @@ featureName=Remote Services # "providerName" property - name of the company that provides the feature -providerName=Eclipse PTP +providerName=Eclipse CDT # "description" property - description of the feature description=Provides an extensible remote services framework diff --git a/remote/org.eclipse.remote.console-feature/feature.properties b/remote/org.eclipse.remote.console-feature/feature.properties index c25ce255306..b430655ee52 100644 --- a/remote/org.eclipse.remote.console-feature/feature.properties +++ b/remote/org.eclipse.remote.console-feature/feature.properties @@ -10,7 +10,7 @@ featureName=Remote Command Shell Console # "providerName" property - name of the company that provides the feature -providerName=Eclipse PTP +providerName=Eclipse CDT # "description" property - description of the feature description=Provides serial port services for the remote framework diff --git a/remote/org.eclipse.remote.proxy-feature/feature.properties b/remote/org.eclipse.remote.proxy-feature/feature.properties index 338686bfa76..91b20e9c869 100644 --- a/remote/org.eclipse.remote.proxy-feature/feature.properties +++ b/remote/org.eclipse.remote.proxy-feature/feature.properties @@ -10,7 +10,7 @@ featureName=Remote Services Proxy # "providerName" property - name of the company that provides the feature -providerName=Eclipse PTP +providerName=Eclipse CDT # "description" property - description of the feature description=Provides a proxy for the remote services framework diff --git a/remote/org.eclipse.remote.serial-feature/feature.properties b/remote/org.eclipse.remote.serial-feature/feature.properties index 5239c671d4c..ec071ce92c6 100644 --- a/remote/org.eclipse.remote.serial-feature/feature.properties +++ b/remote/org.eclipse.remote.serial-feature/feature.properties @@ -10,7 +10,7 @@ featureName=Serial Port Remote Services # "providerName" property - name of the company that provides the feature -providerName=Eclipse PTP +providerName=Eclipse CDT # "description" property - description of the feature description=Provides serial port services for the remote framework diff --git a/remote/org.eclipse.remote.telnet-feature/feature.properties b/remote/org.eclipse.remote.telnet-feature/feature.properties index e952101c99a..22dfb5ec956 100644 --- a/remote/org.eclipse.remote.telnet-feature/feature.properties +++ b/remote/org.eclipse.remote.telnet-feature/feature.properties @@ -10,7 +10,7 @@ featureName=Telnet Remote Services # "providerName" property - name of the company that provides the feature -providerName=Eclipse PTP +providerName=Eclipse CDT # "description" property - description of the feature description=Provides telnet services for the remote framework