This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a change to branch feature/Merge_MXRoyale_To_Develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 8b7c76c  Adjust signature interface after merge
     add 6aec0d0  this fixes apache/royale-compiler/#45, copying example 
project assets to js-release
     add 05b3737  fix MDLDynamicTableExample since the folder structure was not 
standard and create problems when trying to copying assets
     new fb8fb9e  Merge branch 'develop' into feature/Merge_MXRoyale_To_Develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/pom.xml                                   | 47 +++++++++++++++++-----
 examples/royale/MDLDynamicTableExample/pom.xml     |  4 +-
 .../resources/mdl-js-index-template.html           |  0
 .../src/{ => main}/resources/mdl-styles.css        |  0
 .../{ => main/royale}/MDLDynamicTableExample.mxml  |  2 +-
 .../src/{ => main/royale}/MainView.mxml            |  0
 .../itemRenderers/CustomTableRowItemRenderer.mxml  |  0
 .../src/{ => main/royale}/models/UserListModel.as  |  0
 .../src/{ => main/royale}/vo/UserVO.as             |  0
 9 files changed, 41 insertions(+), 12 deletions(-)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main}/resources/mdl-js-index-template.html (100%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main}/resources/mdl-styles.css (100%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main/royale}/MDLDynamicTableExample.mxml (95%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main/royale}/MainView.mxml (100%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main/royale}/itemRenderers/CustomTableRowItemRenderer.mxml (100%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main/royale}/models/UserListModel.as (100%)
 rename examples/royale/MDLDynamicTableExample/src/{ => 
main/royale}/vo/UserVO.as (100%)

Reply via email to