The code is using more JavaFX packages. Explicitly exporting them.
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 21 Jul 2014 10:38:01 +0200
changeset 743e2aa389d4968
parent 742 b821e8958754
child 744 573640006bc9
The code is using more JavaFX packages. Explicitly exporting them.
ko-osgi-test/src/test/java/org/netbeans/html/ko/osgi/test/KnockoutEquinoxIT.java
     1.1 --- a/ko-osgi-test/src/test/java/org/netbeans/html/ko/osgi/test/KnockoutEquinoxIT.java	Mon Jul 21 10:33:15 2014 +0200
     1.2 +++ b/ko-osgi-test/src/test/java/org/netbeans/html/ko/osgi/test/KnockoutEquinoxIT.java	Mon Jul 21 10:38:01 2014 +0200
     1.3 @@ -95,6 +95,7 @@
     1.4              config.put(Constants.FRAMEWORK_STORAGE_CLEAN, "true");
     1.5              config.put(Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA, "sun.misc,"
     1.6                  + "javafx.application,"
     1.7 +                + "javafx.beans,"
     1.8                  + "javafx.beans.property,"
     1.9                  + "javafx.beans.value,"
    1.10                  + "javafx.collections,"
    1.11 @@ -103,6 +104,7 @@
    1.12                  + "javafx.geometry,"
    1.13                  + "javafx.scene,"
    1.14                  + "javafx.scene.control,"
    1.15 +                + "javafx.scene.image,"
    1.16                  + "javafx.scene.layout,"
    1.17                  + "javafx.scene.text,"
    1.18                  + "javafx.scene.web,"