Skip to content

Commit

Permalink
Try to remove the boot delegation from the profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed May 27, 2022
1 parent 372e261 commit c0c8bff
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
8 changes: 0 additions & 8 deletions tycho-core/src/main/resources/JavaSE-11.profile
@@ -1,11 +1,3 @@
org.osgi.framework.bootdelegation = \
javax.*,\
org.ietf.jgss,\
org.omg.*,\
org.w3c.*,\
org.xml.*,\
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
Expand Down
8 changes: 0 additions & 8 deletions tycho-core/src/main/resources/JavaSE-14.profile
@@ -1,12 +1,4 @@
# copied and adapted from JavaSE-11
org.osgi.framework.bootdelegation = \
javax.*,\
org.ietf.jgss,\
org.omg.*,\
org.w3c.*,\
org.xml.*,\
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
Expand Down
8 changes: 0 additions & 8 deletions tycho-core/src/main/resources/JavaSE-16.profile
@@ -1,12 +1,4 @@
# copied and adapted from JavaSE-15
org.osgi.framework.bootdelegation = \
javax.*,\
org.ietf.jgss,\
org.omg.*,\
org.w3c.*,\
org.xml.*,\
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
Expand Down
8 changes: 0 additions & 8 deletions tycho-core/src/main/resources/JavaSE-17.profile
@@ -1,12 +1,4 @@
# copied and adapted from JavaSE-16
org.osgi.framework.bootdelegation = \
javax.*,\
org.ietf.jgss,\
org.omg.*,\
org.w3c.*,\
org.xml.*,\
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
Expand Down
8 changes: 0 additions & 8 deletions tycho-core/src/main/resources/JavaSE-18.profile
@@ -1,12 +1,4 @@
# copied and adapted from JavaSE-17
org.osgi.framework.bootdelegation = \
javax.*,\
org.ietf.jgss,\
org.omg.*,\
org.w3c.*,\
org.xml.*,\
sun.*,\
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
Expand Down

0 comments on commit c0c8bff

Please sign in to comment.