You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2016/10/06 09:33:43 UTC

[08/27] git commit: [flex-asjs] [refs/heads/refactor-sprite] - Merge branches 'develop' and 'feature-autobuild/maven-archetypes' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/maven-archetypes

Merge branches 'develop' and 'feature-autobuild/maven-archetypes' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/maven-archetypes


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/db1eda0a
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/db1eda0a
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/db1eda0a

Branch: refs/heads/refactor-sprite
Commit: db1eda0a5685f1d6c5b7da7bdfecaf1b2766b312
Parents: da7d1ac 58e255c
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Sep 29 10:35:16 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Sep 29 10:35:16 2016 +0200

----------------------------------------------------------------------
 RELEASE_NOTES                                   |  12 +-
 .../apache/flex/reflection/TypeDefinition.as    |  13 +-
 .../apache/flex/reflection/getAliasByClass.as   |   8 +-
 .../apache/flex/reflection/getClassByAlias.as   |   1 +
 .../flex/reflection/registerClassAlias.as       |   2 +-
 .../src/flexUnitTests/ReflectionTester.as       |   6 +
 .../reflection/ReflectionTesterTest.as          |   7 +-
 .../reflection/ReflectionTesterTestAlias.as     |  90 +++++++++++++
 .../reflection/ReflectionTesterTestUseCache.as  |  93 ++++++++++++++
 .../testsview/src/GenericTestsContainer.mxml    |  32 -----
 .../testsview/src/MyInitialView.mxml            |  96 --------------
 .../testsview/src/controllers/MyController.as   |  52 --------
 .../testsview/src/models/MyModel.as             | 125 -------------------
 .../testsview/src/models/TestResultsModel.as    |  40 ------
 14 files changed, 220 insertions(+), 357 deletions(-)
----------------------------------------------------------------------