Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CD58E200B7C for ; Thu, 8 Sep 2016 09:47:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC102160ABD; Thu, 8 Sep 2016 07:47:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21ADF160AD5 for ; Thu, 8 Sep 2016 09:47:21 +0200 (CEST) Received: (qmail 60787 invoked by uid 500); 8 Sep 2016 07:47:20 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 60537 invoked by uid 99); 8 Sep 2016 07:47:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 07:47:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 36083EF7C8; Thu, 8 Sep 2016 07:47:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: harbs@apache.org To: commits@flex.apache.org Date: Thu, 08 Sep 2016 07:47:37 -0000 Message-Id: <4e1456454220477d98b761f0fd452b71@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/19] git commit: [flex-asjs] [refs/heads/refactor-sprite] - Merge branch 'develop' into refactor-sprite archived-at: Thu, 08 Sep 2016 07:47:22 -0000 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 Authored: Thu Sep 8 10:47:00 2016 +0300 Committer: Harbs 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 ----------------------------------------------------------------------