Fix wiring around sun.reflect 67/21367/2
authorEd Warnicke <hagbard@gmail.com>
Thu, 28 May 2015 20:23:42 +0000 (13:23 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 3 Jun 2015 18:06:55 +0000 (18:06 +0000)
Change-Id: Ief9b9470525e681bded2adeddccde84f8692202b
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties

index bfdef62d0d93ad14ff1ceecc2467749cad5e8099..f6e78ce82233fab07d68a4af95d8627bc59d93ec 100644 (file)
@@ -183,7 +183,8 @@ jre-1.6= \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers, \
- sun.misc
+ sun.misc, \
+ sun.reflect
 
 # Standard package set.  Note that:
 #   - javax.transaction* is exported with a mandatory attribute
@@ -347,7 +348,8 @@ jre-1.7= \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers, \
- sun.misc
+ sun.misc, \
+ sun.reflect
 
 jre-1.8= \
  javax.accessibility, \
@@ -542,4 +544,5 @@ jre-1.8= \
  org.xml.sax, \
  org.xml.sax.ext, \
  org.xml.sax.helpers, \
- sun.misc
+ sun.misc, \
+ sun.reflect