This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 612eb6d labelGroup style in FormItemView
new 5b4f2bb trying to use SimpleLocalizedValuesImpl with Jewel Validator
new 808807c embed vars need to be public
new 4e0940c integration of validator locale with maven and asconfigc
new 2e29c14 trying to integrate with ant but is failing
new 605cef9 finaly ANT working
The 5 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:
.../JewelJS/src/main/config/compile-js-config.xml | 4 ++
frameworks/projects/Jewel/asconfig.json | 6 ++
frameworks/projects/Jewel/build.xml | 5 ++
frameworks/projects/Jewel/pom.xml | 6 ++
.../Jewel/src/main/config/compile-swf-config.xml | 4 ++
.../projects/Jewel/src/main/resources/defaults.css | 4 ++
.../royale/jewel/beads/validators/Validator.as | 66 +++++++++++++++++++++-
.../validators/locale/de_DE/validator.properties | 5 +-
.../validators/locale/en_US/validator.properties | 5 +-
.../validators/locale/es_ES/validator.properties | 5 +-
.../projects/Jewel/src/main/sass/_global.sass | 3 +
11 files changed, 102 insertions(+), 11 deletions(-)
copy manualtests/LocaleTest/src/locale/en_US/main.properties =>
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/locale/de_DE/validator.properties
(93%)
copy manualtests/LocaleTest/src/locale/en_US/main.properties =>
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/locale/en_US/validator.properties
(93%)
copy manualtests/LocaleTest/src/locale/en_US/main.properties =>
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/locale/es_ES/validator.properties
(93%)