This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch feature/Crux
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 7ff858a Merge branch 'develop' into feature/Crux
new f1b57c3 Improvements to maven builds, and got ant builds working for
the 3 examples. Only one of these (CruxQuickStartBasic) is both swf and
javascript.
add 5163685 Add bead that helps tile layout set its cell dimensions based
on content.
new f3cf557 Merge branch 'develop' into feature/Crux
The 2 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/build.xml | 9 ++
examples/build_example.xml | 14 +++
examples/crux/CruxQuickStart/build.xml | 6 +-
examples/crux/CruxQuickStart/pom.xml | 37 +-------
.../src/main/config/compile-app-config.xml | 32 +++++--
examples/crux/CruxQuickStartBasic/build.xml | 4 +-
examples/crux/CruxQuickStartBasic/pom.xml | 20 +----
.../src/main/config/compile-app-config.xml | 37 ++++++++
examples/crux/GitHubCommitLogViewer/build.xml | 4 +-
examples/crux/GitHubCommitLogViewer/pom.xml | 100 ++++++++++-----------
.../src/main/config/compile-app-config.xml | 52 ++++++-----
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../royale/html/beads/layouts/ITileLayout.as} | 47 +++++-----
.../apache/royale/html/beads/layouts/TileLayout.as | 4 +-
.../layouts/UseMaxChildForTileCellDimensions.as} | 79 +++++++++-------
15 files changed, 249 insertions(+), 197 deletions(-)
copy
frameworks/projects/{Charts/src/main/royale/org/apache/royale/charts/core/IChartSeries.as
=> Basic/src/main/royale/org/apache/royale/html/beads/layouts/ITileLayout.as}
(57%)
copy
frameworks/projects/{Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/application/CleanValidationErrors.as
=>
Basic/src/main/royale/org/apache/royale/html/beads/layouts/UseMaxChildForTileCellDimensions.as}
(50%)