From 4dec5f33257b13a78fc7872cc8dee68df3b0e07e Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Mon, 15 Apr 2024 20:16:49 +0200 Subject: [PATCH] Add system-packages to JRE-1.1 execution environment profile The packages are read from ancient Java-1.1 JREs. Fixes https://github.com/eclipse-equinox/equinox/issues/571 Part of https://github.com/eclipse-pde/eclipse.pde/issues/1231 --- bundles/org.eclipse.osgi/JRE-1.1.profile | 26 +++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.osgi/JRE-1.1.profile b/bundles/org.eclipse.osgi/JRE-1.1.profile index 865c3979349..8f639a4add0 100644 --- a/bundles/org.eclipse.osgi/JRE-1.1.profile +++ b/bundles/org.eclipse.osgi/JRE-1.1.profile @@ -11,7 +11,31 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -org.osgi.framework.system.packages = +org.osgi.framework.system.packages = \ +java.applet,\ +java.awt,\ +java.awt.datatransfer,\ +java.awt.event,\ +java.awt.image,\ +java.awt.peer,\ +java.beans,\ +java.io,\ +java.lang,\ +java.lang.reflect,\ +java.math,\ +java.net,\ +java.rmi,\ +java.rmi.dgc,\ +java.rmi.registry,\ +java.rmi.server,\ +java.security,\ +java.security.acl,\ +java.security.interfaces,\ +java.sql,\ +java.text,\ +java.text.resources,\ +java.util,\ +java.util.zip org.osgi.framework.bootdelegation = \ sun.*,\ com.sun.*