This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a change to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 5b8075721e Including the 'web-animations.min.js' file in the JewelJS
compilation.
new 54f582be69 Basic/BasicJS: Including 'dialog-polyfill.min.js' and
'dialog-polyfill.min.css' in .swc library output via -js-include-script and
-js-include-css build parameters. Comment <inject_script> block in
DialogPolyfill.as
new 1005bfc74e Jewel / Basic pom's. Change ${basedir} by ${project.basedir}
new d0e0c985e9 Icons/IconsJS: Including 'Material webfonts' and
'FontAwesomeIcon webfonts' in .swc library output via -js-include-css and
-js-include-asset build parameters. Comment <inject_script> block in
MaterialIcon.as and FontAwesomeIcon.as
The 3 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:
.../BasicJS/src/main/config/compile-js-config.xml | 8 +
.../IconsJS/src/main/config/compile-js-config.xml | 12 +
frameworks/projects/Basic/.vscode/tasks.json | 2 +-
frameworks/projects/Basic/asconfig.json | 8 +-
frameworks/projects/Basic/pom.xml | 15 +-
frameworks/projects/Basic/rat-excludes.txt | 3 +
.../assembly/css/dialog-polyfill/0.4.9/LICENSE | 27 +
.../dialog-polyfill/0.4.9/dialog-polyfill.min.css | 2 +
.../assembly/scripts/dialog-polyfill/0.4.9/LICENSE | 27 +
.../dialog-polyfill/0.4.9/dialog-polyfill.min.js | 1 +
.../org/apache/royale/html/util/DialogPolyfill.as | 4 +-
frameworks/projects/Icons/asconfig.json | 14 +-
frameworks/projects/Icons/pom.xml | 17 +
frameworks/projects/Icons/rat-excludes.txt | 3 +
.../css/fontawesome-free/5.13.0/LICENSE.txt | 34 +
.../fontawesome-free/5.13.0/fontawesome-all.css | 4554 ++++++++++++++++++++
.../0.14.15/material-icons.css | 45 +-
.../org/apache/royale/icons/FontAwesomeIcon.as | 7 +-
.../royale/org/apache/royale/icons/MaterialIcon.as | 8 +-
frameworks/projects/Jewel/pom.xml | 2 +-
20 files changed, 4752 insertions(+), 41 deletions(-)
create mode 100644 frameworks/projects/Basic/rat-excludes.txt
create mode 100644
frameworks/projects/Basic/src/main/assembly/css/dialog-polyfill/0.4.9/LICENSE
create mode 100644
frameworks/projects/Basic/src/main/assembly/css/dialog-polyfill/0.4.9/dialog-polyfill.min.css
create mode 100644
frameworks/projects/Basic/src/main/assembly/scripts/dialog-polyfill/0.4.9/LICENSE
create mode 100644
frameworks/projects/Basic/src/main/assembly/scripts/dialog-polyfill/0.4.9/dialog-polyfill.min.js
create mode 100644 frameworks/projects/Icons/rat-excludes.txt
create mode 100644
frameworks/projects/Icons/src/main/assembly/css/fontawesome-free/5.13.0/LICENSE.txt
create mode 100644
frameworks/projects/Icons/src/main/assembly/css/fontawesome-free/5.13.0/fontawesome-all.css
copy examples/jewel/TourDeJewel/src/main/assembly/css/Lato400_700.css =>
frameworks/projects/Icons/src/main/assembly/css/material-design-icons/0.14.15/material-icons.css
(64%)