Skip to content

Commit

Permalink
Add system-packages to JRE-1.1 execution environment profile
Browse files Browse the repository at this point in the history
The packages are read from ancient Java-1.1 JREs.

Fixes #571
Part of eclipse-pde/eclipse.pde#1231
  • Loading branch information
HannesWell committed Apr 15, 2024
1 parent 9ef44bf commit 4dec5f3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion bundles/org.eclipse.osgi/JRE-1.1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 4dec5f3

Please sign in to comment.