Merge branch 'develop' into refactor-sprite * develop: - Cleaned up the group-ids of the parents to be more in-line with the others. - Updated the README_MAVEN.txt in compiler to reflect latest changes - Doing some post-0.7.0-release fine tuning of versions. try to handle custom tags in release mode add marker interface so we know when to emit CSS fix up license and header for Matrix [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release flexjs-framework-parent-0.7.0 - Prepared the Versions of flexjs-maven-plugin to released versions - Prepared the Versions of typedefs and compiler to use properties to released versions - Prepared the SCM urls prior to releasing try to get release script to honor tag update approval script to use Flex 4.15.0 fix error found by nonfunction test update link in approval scripts clean up more copyright years tune up approval script
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/842d677f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/842d677f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/842d677f Branch: refs/heads/refactor-sprite Commit: 842d677ffd6f9d6a2b566ede8b8a87c8bf068efb Parents: 006b9ba 2ebc6c2 Author: Harbs <[email protected]> Authored: Thu Sep 8 10:47:00 2016 +0300 Committer: Harbs <[email protected]> Committed: Thu Sep 8 10:47:00 2016 +0300 ---------------------------------------------------------------------- ApproveFlexJS.xml | 6 +- LICENSE | 7 ++ distribution/pom.xml | 112 +++++++++---------- examples/flexjs/ChartExample/pom.xml | 6 +- examples/flexjs/CordovaCameraExample/pom.xml | 6 +- examples/flexjs/CreateJSExample/pom.xml | 8 +- examples/flexjs/DataBindingExample/pom.xml | 6 +- examples/flexjs/DataBindingExample_Flat/pom.xml | 10 +- examples/flexjs/DataBindingExample_as/pom.xml | 6 +- examples/flexjs/DataGridExample/pom.xml | 4 +- examples/flexjs/DesktopMap/pom.xml | 6 +- examples/flexjs/FlexJSStore/pom.xml | 12 +- examples/flexjs/FlexJSStore_jquery/pom.xml | 16 +-- examples/flexjs/FlexWebsiteStatsViewer/pom.xml | 8 +- examples/flexjs/HelloWorld/pom.xml | 4 +- examples/flexjs/MapSearch/pom.xml | 6 +- examples/flexjs/MobileMap/pom.xml | 8 +- examples/flexjs/MobileTrader/pom.xml | 10 +- examples/flexjs/StorageExample/pom.xml | 8 +- examples/flexjs/StyleExample/pom.xml | 4 +- examples/flexjs/TodoListSampleApp/pom.xml | 4 +- examples/flexjs/TreeExample/pom.xml | 4 +- examples/flexjs/pom.xml | 16 +-- examples/native/AngularExample/pom.xml | 6 +- examples/native/ButtonExample/pom.xml | 6 +- examples/native/USStatesMap/pom.xml | 6 +- examples/native/pom.xml | 4 +- examples/pom.xml | 8 +- frameworks/fontsrc/pom.xml | 7 +- frameworks/pom.xml | 10 +- frameworks/projects/Binding/pom.xml | 13 +-- frameworks/projects/Charts/pom.xml | 25 ++--- frameworks/projects/Collections/pom.xml | 13 +-- frameworks/projects/Core/pom.xml | 9 +- .../main/flex/org/apache/flex/core/ICSSImpl.as | 28 +++++ .../org/apache/flex/core/SimpleCSSValuesImpl.as | 2 +- .../main/flex/org/apache/flex/geom/Matrix.as | 5 + frameworks/projects/CreateJS/pom.xml | 27 +++-- frameworks/projects/DragDrop/pom.xml | 13 +-- frameworks/projects/Effects/pom.xml | 13 +-- frameworks/projects/Flat/pom.xml | 23 ++-- frameworks/projects/Formatters/pom.xml | 17 ++- frameworks/projects/GoogleMaps/pom.xml | 15 ++- frameworks/projects/Graphics/pom.xml | 13 +-- frameworks/projects/HTML/pom.xml | 25 ++--- frameworks/projects/HTML5/pom.xml | 17 ++- frameworks/projects/JQuery/pom.xml | 19 ++-- frameworks/projects/Language/pom.xml | 9 +- frameworks/projects/Mobile/pom.xml | 21 ++-- frameworks/projects/Network/pom.xml | 13 +-- frameworks/projects/Reflection/pom.xml | 13 +-- frameworks/projects/Storage/pom.xml | 15 ++- frameworks/projects/XML/pom.xml | 17 ++- frameworks/projects/pom.xml | 13 +-- pom.xml | 20 ++-- releasecandidate.xml | 42 +++++-- 56 files changed, 401 insertions(+), 363 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/842d677f/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as ----------------------------------------------------------------------
