From b3ae2cd1e28d77e046a9e2a83138ced731de573f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Tue, 25 Nov 2025 12:47:34 +0200 Subject: [PATCH] Reduce manually started bundles * Dropins (https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fp2_dropins_format.html ) are by design unsafe as if any conflict or missing dependency arise they will not be installed. It is strongly recommended to use p2 operation to install directly thus no need to manually start the dropins bundle. * Update configurator (org.eclipse.update.configurator) is pre p2 thing that is simply not needed nowadays and even marked fro removal in 2025-06 (https://github.com/eclipse-platform/eclipse.platform/pull/1867 ) This should have some (probably minimal) effect on startup time but what's more important is: * reduces the unexpected installation possibilities of someone using dropins * prepares for the actual removal of update.configurator Continuation of https://github.com/eclipse-chemclipse/chemclipse/pull/2574 --- .../openchrom.compilation.community.product | 2 -- 1 file changed, 2 deletions(-) diff --git a/openchrom/products/net.openchrom.rcp.compilation.community.product/openchrom.compilation.community.product b/openchrom/products/net.openchrom.rcp.compilation.community.product/openchrom.compilation.community.product index e4be542e9..a4b163bac 100644 --- a/openchrom/products/net.openchrom.rcp.compilation.community.product/openchrom.compilation.community.product +++ b/openchrom/products/net.openchrom.rcp.compilation.community.product/openchrom.compilation.community.product @@ -78,8 +78,6 @@ Contributors: - -