From ad0953a00b014a8805e03a79144197b8b57ce079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= Date: Sat, 30 Sep 2023 14:26:08 +0200 Subject: [PATCH] Correct description of o.e.e.compendium.sdk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The string in the properties file is not HTML, so do not use ". Signed-off-by: Torbjörn SVENSSON --- .../org.eclipse.equinox.compendium.sdk/feature.properties | 4 ++-- features/org.eclipse.equinox.compendium.sdk/feature.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/org.eclipse.equinox.compendium.sdk/feature.properties b/features/org.eclipse.equinox.compendium.sdk/feature.properties index d47d2f7b8c4..7b407e5f0d2 100644 --- a/features/org.eclipse.equinox.compendium.sdk/feature.properties +++ b/features/org.eclipse.equinox.compendium.sdk/feature.properties @@ -28,7 +28,7 @@ updateSiteName=The Equinox Project Repository # "description" property - description of the feature description=A collection of Equinox bundles and source that implement optional parts \ -of the current OSGi specifications--the so called "Compendium Services". \n\ +of the current OSGi specifications--the so called "Compendium Services". \n\ This feature includes the corresponding source and is intended to be added to target \ platforms at development time rather than deployed with end-user systems. @@ -45,4 +45,4 @@ SPDX-License-Identifier: EPL-2.0\n\ \n\ Contributors:\n\ EclipseSource - initial API and implementation\n -################ end of copyright property #################################### \ No newline at end of file +################ end of copyright property #################################### diff --git a/features/org.eclipse.equinox.compendium.sdk/feature.xml b/features/org.eclipse.equinox.compendium.sdk/feature.xml index 5fdc6261354..05fb62d7ed1 100644 --- a/features/org.eclipse.equinox.compendium.sdk/feature.xml +++ b/features/org.eclipse.equinox.compendium.sdk/feature.xml @@ -2,7 +2,7 @@