Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjum Fatima2018-01-08 19:54:28 +0000
committerThomas Watson2018-01-10 15:22:51 +0000
commit28fb2ea79c29fc21fb0c168192793e39a4ab187d (patch)
treec2f9cd38e23577bbf6e773f0bae63ce300fc9249 /bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile
parentb88262a440d71cc2bea6b8620fdd46a7de7b7b97 (diff)
downloadrt.equinox.framework-28fb2ea79c29fc21fb0c168192793e39a4ab187d.tar.gz
rt.equinox.framework-28fb2ea79c29fc21fb0c168192793e39a4ab187d.tar.xz
rt.equinox.framework-28fb2ea79c29fc21fb0c168192793e39a4ab187d.zip
Bug 529456 - [osgi R7] Support for importing java.* packages
Change-Id: Ie5b096731534c2416219504d55347690681808f2 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile47
1 files changed, 46 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile b/bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile
index bc6044b9c..fda6ab32d 100644
--- a/bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile
+++ b/bundles/org.eclipse.osgi/JavaSE_compact2-1.8.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2014 IBM Corporation and others.
+# Copyright (c) 2014, 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,51 @@
# IBM Corporation - initial API and implementation
###############################################################################
org.osgi.framework.system.packages = \
+ java.io,\
+ java.lang,\
+ java.lang.annotation,\
+ java.lang.invoke,\
+ 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.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.regex,\
+ java.util.spi,\
+ java.util.stream,\
+ java.util.zip,\
+ javax.crypto,\
javax.crypto.interfaces,\
javax.crypto.spec,\
javax.net,\

Back to the top