Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-01-26 18:44:03 +0000
committerThomas Watson2009-01-26 18:44:03 +0000
commit947993f9c2e496c47466f6cca91273978c3a02e8 (patch)
tree910e35d463b8b1a251e3872adde94e18a2a85469 /bundles/org.eclipse.osgi/JavaSE-1.6.profile
parenta7c948983e712598506ac9fafe58b1e033cc3d80 (diff)
downloadrt.equinox.framework-947993f9c2e496c47466f6cca91273978c3a02e8.tar.gz
rt.equinox.framework-947993f9c2e496c47466f6cca91273978c3a02e8.tar.xz
rt.equinox.framework-947993f9c2e496c47466f6cca91273978c3a02e8.zip
Bug 239035 JavaSE-1.6 profile is missing some packagesv20090126-1800
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.6.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.6.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.6.profile b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
index bf2e659a9..68e811f69 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
@@ -122,6 +122,7 @@ org.osgi.framework.system.packages = \
javax.xml.ws.http,\
javax.xml.ws.soap,\
javax.xml.ws.spi,\
+ javax.xml.ws.wsaddressing,\
javax.xml.xpath,\
org.ietf.jgss,\
org.omg.CORBA,\
@@ -161,7 +162,8 @@ org.osgi.framework.system.packages = \
org.w3c.dom.ranges,\
org.w3c.dom.stylesheets,\
org.w3c.dom.traversal,\
- org.w3c.dom.views ,\
+ org.w3c.dom.views,\
+ org.w3c.dom.xpath,\
org.xml.sax,\
org.xml.sax.ext,\
org.xml.sax.helpers

Back to the top