Skip to content

Commit

Permalink
8256184: Openjfx build broken (Eclipse)
Browse files Browse the repository at this point in the history
Co-authored-by: Nir Lisker <nlisker@openjdk.org>
Reviewed-by: nlisker
  • Loading branch information
Jeanette Winzenburg and nlisker committed Nov 21, 2020
1 parent 8e03018 commit 2fe8677
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/javafx.base/.classpath
Expand Up @@ -11,6 +11,8 @@
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="module" value="true"/>
<attribute name="add-reads" value="javafx.base=java.management:javafx.base=jdk.management"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
Expand Down
2 changes: 1 addition & 1 deletion modules/javafx.controls/.classpath
Expand Up @@ -28,7 +28,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/base">
<attributes>
<attribute name="module" value="true"/>
<attribute name="add-exports" value="javafx.base/test.com.sun.javafx.binding=javafx.controls"/>
<attribute name="add-exports" value="javafx.base/test.com.sun.javafx.binding=javafx.controls:javafx.base/test.util.memory=javafx.controls"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
Expand Down
2 changes: 1 addition & 1 deletion tests/.classpath
Expand Up @@ -36,7 +36,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/base">
<attributes>
<attribute name="module" value="true"/>
<attribute name="add-exports" value="javafx.base/com.sun.javafx=ALL-UNNAMED"/>
<attribute name="add-exports" value="javafx.base/com.sun.javafx=ALL-UNNAMED:javafx.base/test.util.memory=ALL-UNNAMED"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/controls">
Expand Down

0 comments on commit 2fe8677

Please sign in to comment.