JDK-8162980 : Typo in doc-files/javafxsdk.tbom file
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-08-02
  • Updated: 2016-08-02
  • Resolved: 2016-08-02
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
Relates :  
Description
The patch for JDK-8161705 had a typo in the doc-files/javafxsdk.tbom file:

... source="rt/modules/javafx.jmx/g/src/main/resources/com/oracle/javafx/jmx/json ...

the '/g' should not be there.
Comments
Changeset: cb51aafcf539 Author: ddhill Date: 2016-08-02 17:43 -0400 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/cb51aafcf539 8162980: Typo in doc-files/javafxsdk.tbom file Reviewed-by: kcr ! doc-files/javafxsdk.tbom
02-08-2016

+1
02-08-2016

diff -r 90e7d4314ecd doc-files/javafxsdk.tbom --- a/doc-files/javafxsdk.tbom Mon Aug 01 10:58:30 2016 -0400 +++ b/doc-files/javafxsdk.tbom Tue Aug 02 17:16:33 2016 -0400 @@ -10,7 +10,7 @@ </file-set> <file-set name="Java Property Resource Bundles" languages="Japanese +Simplified_Chinese"> - <file source="rt/modules/javafx.jmx/g/src/main/resources/com/oracle/javafx/jmx/json/impl/JSONMessagesBundle%j.properties" + <file source="rt/modules/javafx.jmx/src/main/resources/com/oracle/javafx/jmx/json/impl/JSONMessagesBundle%j.properties" file-type="JavaProperties"/> </file-set>
02-08-2016