You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/04/17 22:49:54 UTC

[royale-asjs] 03/03: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

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

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit de4ceb854389aa47d2d02563b7bfbeca6ca29eab
Merge: f240dda 58d4d7b
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sat Apr 18 10:49:09 2020 +1200

    Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

 examples/jewel/royale-website/README.txt           |  23 ++++
 examples/jewel/royale-website/asconfig.json        |  19 +++
 examples/jewel/royale-website/build.xml            |  64 ++++++++++
 examples/jewel/royale-website/pom.xml              | 141 +++++++++++++++++++++
 .../src/main/config/compile-app-config.xml         |  34 +++++
 .../main/resources/assets/apache-royale-logo.svg   |  20 +++
 .../src/main/resources/assets/royale_spheres.png   | Bin 0 -> 64660 bytes
 .../resources/jewel-example-index-template.html    |  30 +++++
 .../src/main/resources/jewel-example-styles.css    |  70 ++++++++++
 .../jewel/royale-website/src/main/royale/App.mxml  |  47 +++++++
 .../src/main/royale/MainContent.mxml               |  77 +++++++++++
 .../jewel/royale-website/src/main/royale/hljs.as   |  61 +++++++++
 .../royale-website/src/main/royale/markdownit.as   |  47 +++++++
 13 files changed, 633 insertions(+)