X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=karaf%2Fopendaylight-karaf-resources%2Fsrc%2Fmain%2Fresources%2Fetc%2Fjre.properties;h=f6e78ce82233fab07d68a4af95d8627bc59d93ec;hb=61d13b6bd399a5a83488dad7369b19d30c460040;hp=f32078a9537811ca3df50c50449282784ded8126;hpb=07871502ed4434908110afeeb77010782d503fda;p=controller.git diff --git a/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties b/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties index f32078a953..f6e78ce822 100644 --- a/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties +++ b/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties @@ -27,8 +27,8 @@ jre-1.6= \ javax.accessibility, \ javax.activation;version="1.1", \ javax.activity, \ - javax.annotation;version="1.1", \ - javax.annotation.processing;version="1.1", \ + javax.annotation;version="1.0", \ + javax.annotation.processing;version="1.6", \ javax.crypto, \ javax.crypto.interfaces, \ javax.crypto.spec, \ @@ -182,8 +182,9 @@ jre-1.6= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers, \ - sun.misc + org.xml.sax.helpers, \ + sun.misc, \ + sun.reflect # Standard package set. Note that: # - javax.transaction* is exported with a mandatory attribute @@ -191,8 +192,8 @@ jre-1.7= \ javax.accessibility, \ javax.activation;version="1.1", \ javax.activity, \ - javax.annotation;version="1.2", \ - javax.annotation.processing;version="1.2", \ + javax.annotation;version="1.0", \ + javax.annotation.processing;version="1.6", \ javax.crypto, \ javax.crypto.interfaces, \ javax.crypto.spec, \ @@ -346,15 +347,16 @@ jre-1.7= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers, \ - sun.misc + org.xml.sax.helpers, \ + sun.misc, \ + sun.reflect jre-1.8= \ javax.accessibility, \ javax.activation;version="1.1", \ javax.activity, \ - javax.annotation;version="1.2", \ - javax.annotation.processing;version="1.2", \ + javax.annotation;version="1.0", \ + javax.annotation.processing;version="1.6", \ javax.crypto, \ javax.crypto.interfaces, \ javax.crypto.spec, \ @@ -465,6 +467,39 @@ jre-1.8= \ javax.xml.ws.wsaddressing;version="2.2", \ javax.xml.ws.spi.http;version="2.2", \ javax.xml.xpath, \ + javafx.animation, \ + javafx.application, \ + javafx.beans, \ + javafx.beans.binding, \ + javafx.beans.property, \ + javafx.beans.property.adapter, \ + javafx.beans.value, \ + javafx.collections, \ + javafx.concurrent, \ + javafx.css, \ + javafx.embed.swing, \ + javafx.embed.swt, \ + javafx.event, \ + javafx.fxml, \ + javafx.geometry, \ + javafx.scene, \ + javafx.scene.canvas, \ + javafx.scene.chart, \ + javafx.scene.control, \ + javafx.scene.control.cell, \ + javafx.scene.effect, \ + javafx.scene.image, \ + javafx.scene.input, \ + javafx.scene.layout, \ + javafx.scene.media, \ + javafx.scene.paint, \ + javafx.scene.shape, \ + javafx.scene.text, \ + javafx.scene.transform, \ + javafx.scene.web, \ + javafx.stage, \ + javafx.util, \ + javafx.util.converter, \ org.ietf.jgss, \ org.omg.CORBA, \ org.omg.CORBA_2_3, \ @@ -508,5 +543,6 @@ jre-1.8= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers, \ - sun.misc + org.xml.sax.helpers, \ + sun.misc, \ + sun.reflect