From a84a9e5d8b5a9123bf0c5e77513c3d74a77f4391 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 4 Nov 2023 13:04:52 +0100 Subject: [PATCH] Add N&N about removal of unnecessary attributes in Features and Products Entries for - https://github.com/eclipse-pde/eclipse.pde/issues/730 - https://github.com/eclipse-pde/eclipse.pde/pull/770 - https://github.com/eclipse-equinox/p2/pull/378 - https://github.com/eclipse-pde/eclipse.pde/pull/882 --- news/4.30/pde.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/news/4.30/pde.html b/news/4.30/pde.html index d2ce9adb2..940cb28bd 100644 --- a/news/4.30/pde.html +++ b/news/4.30/pde.html @@ -59,6 +59,33 @@

Plug-in Development Environment

+ + + + + + Removed support for unnecessary attributes in Features and Products + + The Feature-editor has its support for the following attributes of plugin elements removed: + + These attributes are unused and without effect for a long time and unnecessarily increase the complexity of the editor and the size of a feature.xml file. + They are ignored when present in an existing Feature and are removed by the editor upon the next modification. +

+ The Product-editor has its support for the following attribute of plugin elements removed: +

+ These attributes are unused and without effect for a long time and unnecessarily increase the size of a .product file. + They are ignored when present in an existing Product and are removed by the editor upon the next modification. +

+ + +