From 35bade59f6ef634e9d48b65309b0574826e10680 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Wed, 24 Jul 2024 18:16:44 +0200 Subject: [PATCH] Reduce org.eclipse.birt.engine.runtime content - Remove org.eclipse.rcp to eliminate UI dependencies. - Add a minimized set of additional plugins. - Remove UI bundles from the org.eclipse.birt.chart.osgi.runtime feature. - Remove org.eclipse.core.resources from org.eclipse.birt.report.viewer. --- .../birt-runtime-osgi/reportengine.product | 11 ++++++----- .../org.eclipse.birt.chart.osgi.runtime/feature.xml | 12 ------------ .../META-INF/MANIFEST.MF | 1 - 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/build/birt-packages/birt-runtime-osgi/reportengine.product b/build/birt-packages/birt-runtime-osgi/reportengine.product index e0375017de..6b8cdbbba0 100644 --- a/build/birt-packages/birt-runtime-osgi/reportengine.product +++ b/build/birt-packages/birt-runtime-osgi/reportengine.product @@ -1,7 +1,7 @@ - + @@ -165,12 +165,16 @@ United States, other countries, or both. + + + + + - @@ -178,9 +182,6 @@ United States, other countries, or both. - diff --git a/features/org.eclipse.birt.chart.osgi.runtime/feature.xml b/features/org.eclipse.birt.chart.osgi.runtime/feature.xml index 0170716b91..90fa9920fc 100644 --- a/features/org.eclipse.birt.chart.osgi.runtime/feature.xml +++ b/features/org.eclipse.birt.chart.osgi.runtime/feature.xml @@ -66,18 +66,6 @@ id="org.eclipse.birt.chart.examples.core" version="0.0.0"/> - - - - - - diff --git a/viewer/org.eclipse.birt.report.viewer/META-INF/MANIFEST.MF b/viewer/org.eclipse.birt.report.viewer/META-INF/MANIFEST.MF index f9fe6c2367..f9c13806fe 100644 --- a/viewer/org.eclipse.birt.report.viewer/META-INF/MANIFEST.MF +++ b/viewer/org.eclipse.birt.report.viewer/META-INF/MANIFEST.MF @@ -27,7 +27,6 @@ Export-Package: org.eclipse.birt.report.filter, org.eclipse.birt.report.viewer.browsers.system, org.eclipse.birt.report.viewer.utilities Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", - org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.apache.axis;bundle-version="[1.3.0,2.0.0)", org.eclipse.equinox.jsp.jasper.registry;bundle-version="[1.0.0,2.0.0)", org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)",