------------------------------------------------------------------------
r7715 | pfarland@adobe.com | 2009-06-10 11:54:33 -0400 (Wed, 10 Jun 2009) | 12 lines
Changed paths:
M /flex/sdk/branches/3.x/development/eclipse/java/flex-jars/.classpath
M /flex/sdk/branches/3.x/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
Partial fix for SDK-21182. We now set the default compatibility version to the current version and thus the compatibility version string will no longer be null by default (but would be the current version if no override was set). This also means the compiler now matches the ActionScript FlexVersion class.
This change does not address the issue of revision/minor/major version fallback in selecting the next most appropriate defaults-x.y.z.css file for any given version.
Also updated flex-jars eclipse project classpath to reflect recent Batik jar consolidation.
QE: Yes, please change any negative test cases that were checking for --compatibility-version=3 as this is now valid.
Doc: No
Checkintests: Pass
Reviewer: Paul
Bugs:
SDK-21182 - Fix logic surrounding compatibility version and SWC default.css selection during PreLink
------------------------------------------------------------------------
r7711 | clucier@adobe.com | 2009-06-10 09:00:57 -0400 (Wed, 10 Jun 2009) | 5 lines
Changed paths:
M /flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/UIComponent.as
Applying patch submitted by Simeon Bateman (SDK-20351).
Bugs: SDK-19846
QE Notes: None
------------------------------------------------------------------------