Merge branch 'develop' into browser-event

* develop:
  Add DragAndDropExample to Maven examples build
  Adding DragAndDropExample.
  Need to create a chain of parent event targets.
  On second thought, this belongs in the Language swc.
  Forgot to add them to CoreClasses
  Added: org.apache.flex.language.string.match 
org.apache.flex.language.string.search The compiler should call these in JS if 
the type of the parameter for String.match() and String.search() is String.


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

Branch: refs/heads/develop
Commit: 9d76666e94734f922be3dc99dd590e044ad0828d
Parents: 26212eb dae3a3c
Author: Harbs <ha...@in-tools.com>
Authored: Thu Jul 20 09:57:26 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Thu Jul 20 09:57:26 2017 +0300

----------------------------------------------------------------------
 examples/build.xml                              |   3 +
 examples/flexjs/DragAndDropExample/build.xml    |  66 +++++++++++++
 examples/flexjs/DragAndDropExample/pom.xml      |  77 +++++++++++++++
 .../src/main/flex/DragAndDropExample.mxml       |  36 +++++++
 .../src/main/flex/MyInitialView.mxml            |  95 +++++++++++++++++++
 .../src/main/flex/models/ProductsModel.as       |  54 +++++++++++
 .../src/main/flex/products/Product.as           |  43 +++++++++
 .../main/flex/products/ProductItemRenderer.as   |  66 +++++++++++++
 .../src/main/resources/assets/smallbluerect.jpg | Bin 0 -> 13500 bytes
 .../main/resources/assets/smallgreenrect.jpg    | Bin 0 -> 13542 bytes
 .../main/resources/assets/smallorangerect.gif   | Bin 0 -> 821 bytes
 .../main/resources/assets/smallorangerect.jpg   | Bin 0 -> 13571 bytes
 .../main/resources/assets/smallpurplerect.jpg   | Bin 0 -> 13517 bytes
 .../src/main/resources/assets/smallredrect.jpg  | Bin 0 -> 13477 bytes
 .../main/resources/assets/smallyellowrect.jpg   | Bin 0 -> 13598 bytes
 examples/flexjs/pom.xml                         |   1 +
 .../flex/org/apache/flex/events/DragEvent.as    |   8 +-
 .../Language/src/main/flex/LanguageClasses.as   |   3 +
 .../org/apache/flex/language/string/match.as    |  33 +++++++
 .../org/apache/flex/language/string/search.as   |  33 +++++++
 20 files changed, 516 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


Reply via email to