-
Bug
-
Resolution: Fixed
-
P2
-
8
With the fix for RT-32512 we now point directly to the JDK page for copyright. Since the JDK 8 copyright page is not there yet, we are still pointing to JDK 7. Before building the fcs bundles, we need to change this to point to the JDK 8 copyright.
What needs to be done is to replace the following:
http://docs.oracle.com/javase/7/docs/legal/cpyr.html
with:
http://docs.oracle.com/javase/8/docs/legal/cpyr.html
in the following files:
apps/samples/Ensemble8/build.xml
build.properties
modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
What needs to be done is to replace the following:
http://docs.oracle.com/javase/7/docs/legal/cpyr.html
with:
http://docs.oracle.com/javase/8/docs/legal/cpyr.html
in the following files:
apps/samples/Ensemble8/build.xml
build.properties
modules/fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html