Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-11-28 17:55:25 +0000
committerThomas Watson2007-11-28 17:55:25 +0000
commit6f4eb4c47b2c28b8bf4a7acdee73676310a4a81e (patch)
tree1a2ce96c378f2ad16855f5c5fb6cb22c8f20a296 /bundles/org.eclipse.osgi
parent34cf9241e6ccf13302f8a654403244dd7f1ab50c (diff)
downloadrt.equinox.framework-6f4eb4c47b2c28b8bf4a7acdee73676310a4a81e.tar.gz
rt.equinox.framework-6f4eb4c47b2c28b8bf4a7acdee73676310a4a81e.tar.xz
rt.equinox.framework-6f4eb4c47b2c28b8bf4a7acdee73676310a4a81e.zip
Bug 188304 Execution environment restricts access to org.w3c.dom sub packages
Diffstat (limited to 'bundles/org.eclipse.osgi')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.4.profile5
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.5.profile6
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.6.profile6
3 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.4.profile b/bundles/org.eclipse.osgi/J2SE-1.4.profile
index b307c978e..5655989e0 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.4.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.4.profile
@@ -97,6 +97,11 @@ org.osgi.framework.system.packages = \
org.omg.SendingContext,\
org.omg.stub.java.rmi,\
org.w3c.dom,\
+ org.w3c.dom.css,\
+ org.w3c.dom.events,\
+ org.w3c.dom.html,\
+ org.w3c.dom.stylesheets,\
+ org.w3c.dom.views ,\
org.xml.sax,\
org.xml.sax.ext,\
org.xml.sax.helpers
diff --git a/bundles/org.eclipse.osgi/J2SE-1.5.profile b/bundles/org.eclipse.osgi/J2SE-1.5.profile
index 179b914f3..5c084ea8a 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.5.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.5.profile
@@ -120,8 +120,14 @@ org.osgi.framework.system.packages = \
org.omg.stub.java.rmi,\
org.w3c.dom,\
org.w3c.dom.bootstrap,\
+ org.w3c.dom.css,\
org.w3c.dom.events,\
+ org.w3c.dom.html,\
org.w3c.dom.ls,\
+ org.w3c.dom.ranges,\
+ org.w3c.dom.stylesheets,\
+ org.w3c.dom.traversal,\
+ org.w3c.dom.views ,\
org.xml.sax,\
org.xml.sax.ext,\
org.xml.sax.helpers
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.6.profile b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
index 8892a29b4..f3358992d 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
@@ -154,8 +154,14 @@ org.osgi.framework.system.packages = \
org.omg.stub.java.rmi,\
org.w3c.dom,\
org.w3c.dom.bootstrap,\
+ org.w3c.dom.css,\
org.w3c.dom.events,\
+ org.w3c.dom.html,\
org.w3c.dom.ls,\
+ org.w3c.dom.ranges,\
+ org.w3c.dom.stylesheets,\
+ org.w3c.dom.traversal,\
+ org.w3c.dom.views ,\
org.xml.sax,\
org.xml.sax.ext,\
org.xml.sax.helpers

Back to the top