From 28fb2ea79c29fc21fb0c168192793e39a4ab187d Mon Sep 17 00:00:00 2001 From: Anjum Fatima Date: Mon, 8 Jan 2018 13:54:28 -0600 Subject: Bug 529456 - [osgi R7] Support for importing java.* packages Change-Id: Ie5b096731534c2416219504d55347690681808f2 Signed-off-by: Anjum Fatima Signed-off-by: Thomas Watson --- bundles/org.eclipse.osgi/JavaSE-1.8.profile | 65 ++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) (limited to 'bundles/org.eclipse.osgi/JavaSE-1.8.profile') diff --git a/bundles/org.eclipse.osgi/JavaSE-1.8.profile b/bundles/org.eclipse.osgi/JavaSE-1.8.profile index 3db37e8fa..a211173b1 100644 --- a/bundles/org.eclipse.osgi/JavaSE-1.8.profile +++ b/bundles/org.eclipse.osgi/JavaSE-1.8.profile @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2009, 2014 IBM Corporation and others. +# Copyright (c) 2009, 2018 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -9,6 +9,69 @@ # IBM Corporation - initial API and implementation ############################################################################### org.osgi.framework.system.packages = \ + java.applet,\ + java.awt,\ + java.awt.color,\ + java.awt.datatransfer,\ + java.awt.dnd,\ + java.awt.event,\ + java.awt.font,\ + java.awt.geom,\ + java.awt.im,\ + java.awt.im.spi,\ + java.awt.image,\ + java.awt.image.renderable,\ + java.awt.print,\ + java.beans,\ + java.beans.beancontext,\ + java.io,\ + java.lang,\ + java.lang.annotation,\ + java.lang.instrument,\ + java.lang.invoke,\ + java.lang.management,\ + java.lang.ref,\ + java.lang.reflect,\ + java.math,\ + java.net,\ + java.nio,\ + java.nio.channels,\ + java.nio.channels.spi,\ + java.nio.charset,\ + java.nio.charset.spi,\ + java.nio.file,\ + java.nio.file.attribute,\ + java.nio.file.spi,\ + java.rmi,\ + java.rmi.activation,\ + java.rmi.dgc,\ + java.rmi.registry,\ + java.rmi.server,\ + java.security,\ + java.security.acl,\ + java.security.cert,\ + java.security.interfaces,\ + java.security.spec,\ + java.sql,\ + java.text,\ + java.text.spi,\ + java.time,\ + java.time.chrono,\ + java.time.format,\ + java.time.temporal,\ + java.time.zone,\ + java.util,\ + java.util.concurrent,\ + java.util.concurrent.atomic,\ + java.util.concurrent.locks,\ + java.util.function,\ + java.util.jar,\ + java.util.logging,\ + java.util.prefs,\ + java.util.regex,\ + java.util.spi,\ + java.util.stream,\ + java.util.zip,\ javax.accessibility,\ javax.activation,\ javax.activity,\ -- cgit v1.2.3