Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-01-26 20:47:44 +0000
committerPascal Rapicault2009-01-26 20:47:44 +0000
commite983dc03df6566f1618e42eaa5de8bb680acf848 (patch)
tree021ddd21476e8569b180e20bc2a1eee208d4c04d /bundles/org.eclipse.equinox.p2.metadata.generator
parent983e48549f37fab2a605807c2de307f7b1b3d10c (diff)
downloadrt.equinox.p2-e983dc03df6566f1618e42eaa5de8bb680acf848.tar.gz
rt.equinox.p2-e983dc03df6566f1618e42eaa5de8bb680acf848.tar.xz
rt.equinox.p2-e983dc03df6566f1618e42eaa5de8bb680acf848.zip
Bug 262416 - JavaSE-1.6 and OSGi/Minimum-1.2 profiles got updatedv20090126-1600
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.generator')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.generator/JavaSE-1.6.profile4
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.generator/OSGi_Minimum-1.2.profile6
2 files changed, 6 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.generator/JavaSE-1.6.profile b/bundles/org.eclipse.equinox.p2.metadata.generator/JavaSE-1.6.profile
index bf2e659a9..68e811f69 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.generator/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.equinox.p2.metadata.generator/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
diff --git a/bundles/org.eclipse.equinox.p2.metadata.generator/OSGi_Minimum-1.2.profile b/bundles/org.eclipse.equinox.p2.metadata.generator/OSGi_Minimum-1.2.profile
index b2ec66288..601b37379 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.generator/OSGi_Minimum-1.2.profile
+++ b/bundles/org.eclipse.equinox.p2.metadata.generator/OSGi_Minimum-1.2.profile
@@ -8,10 +8,10 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-org.osgi.framework.system.packages =
+org.osgi.framework.system.packages = \
+ javax.security.auth.x500
org.osgi.framework.bootdelegation = \
- sun.*,\
- com.sun.*
+ javax.security.auth.x500
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\

Back to the top