#205641 for 7.1rc2

PETR SOMOL <[email protected]> Tue, 29 Nov 2011 13:41:56 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Organization Oracle Corporation
Message-ID <[email protected]>
We have received a request from JavaFX team to switch
off css-to-bss conversion in FX Projects so as to prevent
possible problems that may appear due to still
unresolved JavaFX issues

http://javafx-jira.kenai.com/browse/RT-18125
http://javafx-jira.kenai.com/browse/RT-18126

The change is trivial, consists in setting one property
to false instead of true in JFXProjectGenerator
and in existing FX project.properties files.

http://hg.netbeans.org/jet-main/rev/61ecc49174fd

The change can not affect anything outside
FX infrastructure.
Without the change it may happen that FX Projects
that use CSS fail when launched as WebStart or in browser
plugin. With the change FX Projects that use CSS will launch
correctly with current JavaFX RT (2.0.2).

Petr Somol