File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ eclipse {
28
28
javafxcontrols. entryAttributes[' add-exports' ] = ' javafx.controls/com.sun.javafx.scene.control=org.jabref:javafx.controls/com.sun.javafx.scene.control.behavior=org.jabref:javafx.controls/javafx.scene.control=org.jabref' ;
29
29
javafxcontrols. entryAttributes[' add-opens' ] = ' javafx.controls/com.sun.javafx.scene.control=org.jabref:javafx.controls/com.sun.javafx.scene.control.behavior=org.jabref:javafx.controls/javafx.scene.control=org.jabref' ;
30
30
31
+ def javafxgraphics = entries. find { isJavafxGraphics(it) };
32
+ javafxgraphics. entryAttributes[' add-opens' ] = ' javafx.graphics/javafx.scene=org.controlsfx.controls' ;
33
+
31
34
def graaltruffle = entries. find{ isTruffleGraal(it) } ;
32
35
graaltruffle. entryAttributes[' add-exports' ] = ' com.oracle.truffle.regex/com.oracle.truffle.regex=org.graalvm.truffle' ;
33
36
@@ -56,6 +59,8 @@ boolean isControlsfx(entry) { return entry.properties.path.contains('controlsfx'
56
59
57
60
boolean isJavafxControls (entry ) { return entry. properties. path. contains(' javafx-controls' ); }
58
61
62
+ boolean isJavafxGraphics (entry ) { return entry. properties. path. contains(' javafx-graphics' ); }
63
+
59
64
boolean isTruffleGraal (entry ) {return entry. properties. path. contains(' org.graalvm.regex' ); }
60
65
61
66
// add formatter and cleanup settings to Eclipse settings
You can’t perform that action at this time.
0 commit comments