This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 3ca56b66cc43ddfbba1f31b3af1fc3d50b5ab423 Author: Alex Harui <[email protected]> AuthorDate: Wed Apr 18 00:29:59 2018 -0700 eliminate ambiguous definitions in Jewel Ant build --- .../projects/Jewel/src/main/config/compile-swf-config.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frameworks/projects/Jewel/src/main/config/compile-swf-config.xml b/frameworks/projects/Jewel/src/main/config/compile-swf-config.xml index 4c2f19e..9656867 100644 --- a/frameworks/projects/Jewel/src/main/config/compile-swf-config.xml +++ b/frameworks/projects/Jewel/src/main/config/compile-swf-config.xml @@ -38,9 +38,15 @@ </external-library-path> <allow-subclass-overrides>true</allow-subclass-overrides> - <mxml> - <children-as-data>true</children-as-data> - </mxml> + <mxml> + <children-as-data>true</children-as-data> + <imports> + <implicit-import>org.apache.royale.events.*</implicit-import> + <implicit-import>org.apache.royale.geom.*</implicit-import> + <implicit-import>org.apache.royale.core.ClassFactory</implicit-import> + <implicit-import>org.apache.royale.core.IFactory</implicit-import> + </imports> + </mxml> <binding-value-change-event>org.apache.royale.events.ValueChangeEvent</binding-value-change-event> <binding-value-change-event-kind>org.apache.royale.events.ValueChangeEvent</binding-value-change-event-kind> <binding-value-change-event-type>valueChange</binding-value-change-event-type> -- To stop receiving notification emails like this one, please contact [email protected].
