I just noticed that the FCS franca build has javafx.version system property set to "1.1-internal". It should be "1.1" instead.
SystemProperties.getProperty("javafx.version")
should return "1.1" instead of "1.1-internal" in FCS build
SystemProperties.getProperty("javafx.version")
should return "1.1" instead of "1.1-internal" in FCS build