You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/04/18 15:27:13 UTC

[50/50] git commit: [flex-asjs] [refs/heads/feature/maven-migration] - Merge branches 'develop' and 'feature/maven-migration' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration

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


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

Branch: refs/heads/feature/maven-migration
Commit: db775a05ac5199ad851ffe5bc48957d7b4fa13a9
Parents: 2037825 cf8933e
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun Apr 17 18:16:31 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun Apr 17 18:16:31 2016 +0200

----------------------------------------------------------------------
 ApproveFlexJS.xml                               |  127 +-
 LICENSE                                         |    4 +-
 LICENSE.base                                    |  203 ++
 LICENSE.bin                                     |    4 -
 apache-flex-flexjs-installer-config.xml         |   29 +
 build.properties                                |    2 +-
 build.xml                                       |   50 +-
 examples/build_example.xml                      |    6 +-
 .../AngularExample/AngularExample-debug.html    |   28 +
 .../AngularExample/AngularExample-release.html  |   29 +
 .../native/AngularExample/src/AngularExample.as |   66 +
 .../native/AngularExample/src/MyController.as   |   52 +
 .../src/components/IWebComponent.as             |    9 +
 .../src/components/WebComponent.as              |   20 +
 .../src/components/mdbutton/MDButton.as         |   43 +
 .../src/components/mdbutton/MDButtonFactory.as  |   38 +
 frameworks/build.xml                            |   10 +-
 frameworks/downloads.xml                        |   94 +-
 .../projects/Core/src/main/flex/Namespace.as    |  129 +-
 frameworks/projects/Core/src/main/flex/QName.as |  167 +-
 .../flex/org/apache/flex/core/Application.as    |    7 +-
 frameworks/projects/XML/build.xml               |  216 ++
 frameworks/projects/XML/src/main/flex/XML.as    | 2392 ++++++++++++++++++
 .../projects/XML/src/main/flex/XMLClasses.as    |   37 +
 .../projects/XML/src/main/flex/XMLList.as       |  764 ++++++
 .../XML/src/main/resources/basic-manifest.xml   |   24 +
 .../src/main/resources/compile-asjs-config.xml  |   79 +
 .../XML/src/main/resources/compile-config.xml   |   78 +
 .../FlexJS (FalconJX Debug Build).launch        |   28 +
 ...JS (FalconJX Debug and Release Build).launch |    2 +-
 installer.properties/en_US.properties           |   14 +
 installer.xml                                   |   84 +-
 manualtests/XMLTest/build.xml                   |   72 +
 manualtests/XMLTest/src/MyInitialView.mxml      |  252 ++
 manualtests/XMLTest/src/README.txt              |   45 +
 manualtests/XMLTest/src/XMLTest.mxml            |   40 +
 .../XMLTest/src/controllers/MyController.as     |   52 +
 manualtests/XMLTest/src/models/MyModel.as       |  125 +
 manualtests/build_example.xml                   |    2 +-
 marmotinni/java/downloads.xml                   |    6 +-
 mustella/js/AssertPropertyValue.js              |   37 +
 mustella/js/DispatchMouseClickEvent.js          |   37 +
 mustella/js/DispatchMouseEvent.js               |   37 +
 mustella/js/ExitWhenDone.js                     |   37 +
 mustella/js/SendFormattedResultsToLog.js        |   37 +
 mustella/js/SetProperty.js                      |   37 +
 mustella/js/SetShowRTE.js                       |   37 +
 mustella/js/TestCase.js                         |   37 +
 mustella/js/UnitTester.js                       |   37 +
 nightly.properties                              |    2 +-
 releasecandidate.xml                            |    9 +-
 51 files changed, 5658 insertions(+), 115 deletions(-)
----------------------------------------------------------------------