This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 41d561d - Moved some of the goals preparing resources for the
packaging from "packaging" to "prepare-resources"
new d030999 AppWithLib: fix project and and allow fx:Array
new 993ebe2 new methods and properties added to mx and spark emulation
components
new fb5739c maven: fix MXRoyale exclusion in examples and archetypes
since are not distribution and use maven artifact with version included
new 7594d12 ContainerGlobals.as added
new 6dd6e09 todo-jewel-crux: make it work with sdk distribution
new 1efabf1 changes in slider
new d9a98b7 URLLoaderDataFormat added in mx emulation
new fc8a5c0 SparkRoyale: Add implementation of removeAllElements in Group
new c465828 PrintJobOptions added in mx emulation
The 9 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:
.../src/main/resources/archetype-resources/pom.xml | 2 +-
.../archetype-resources/__application__/pom.xml | 2 +-
.../archetype-resources/__module__/pom.xml | 2 +-
examples/crux/CruxQuickStart/pom.xml | 2 +-
examples/crux/CruxQuickStartBasic/pom.xml | 2 +-
examples/crux/SampleLib/pom.xml | 15 ++++---
.../src/main/resources/samplelib-manifest.xml | 2 +-
.../royale/examples/config/ServicesConfig.mxml} | 10 ++---
examples/crux/todomvc-jewel-crux/asconfig.json | 14 ++++++-
examples/crux/todomvc-jewel-crux/pom.xml | 2 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 6 +++
.../src/main/royale/mx/controls/PopUpButton.as | 12 +++++-
.../royale/mx/controls/sliderClasses/Slider.as | 10 ++---
.../MXRoyale/src/main/royale/mx/core/Container.as | 12 ++++++
.../src/main/royale/mx/core/ContainerGlobals.as} | 27 ++++++++----
.../URLLoaderDataFormat.as} | 49 ++++++++++++----------
.../royale/mx/printing/FlexPrintJobScaleType.as | 9 ++--
.../src/main/royale/mx/printing/PrintJobOptions.as | 49 ++++++++++++++++++++++
.../main/royale/spark/components/Application.as | 17 +++++---
.../src/main/royale/spark/components/Group.as | 8 +++-
20 files changed, 180 insertions(+), 72 deletions(-)
copy
examples/crux/{CruxGitHubCommitLogViewer/src/main/royale/crux/config/Services.mxml
=>
SampleLib/src/main/royale/org/apache/royale/examples/config/ServicesConfig.mxml}
(82%)
copy frameworks/{themes/JewelTheme/src/main/royale/JewelThemeClasses.as =>
projects/MXRoyale/src/main/royale/mx/core/ContainerGlobals.as} (73%)
copy
frameworks/projects/MXRoyale/src/main/royale/mx/{containers/PanelTitleBar.as =>
net/URLLoaderDataFormat.as} (70%)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/printing/PrintJobOptions.as