JDK-8141583 : Remove dependency of :graphics compile on swt.jar
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-05
  • Updated: 2015-11-05
  • Resolved: 2015-11-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Blocks :  
Description
Now that the experimental SWT pipeline is gone -- see JDK-8136966 -- we need to remove the compile-time dependency that the :graphics module has on swt.jar.
Comments
http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/d798ee3ed704
05-11-2015

diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -1299,7 +1299,6 @@ dependencies { compile project(":base"), BUILD_SRC - compile name: SWT_FILE_NAME stubCompile group: "junit", name: "junit", version: "4.8.2", project(":base").sourceSets.test.output, sourceSets.main.output antlr3 group: "org.antlr", name: "antlr", version: "3.1.3"
05-11-2015