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 27e0eb32f766b771d146de55a0db73cbb9fc4695 Author: Alex Harui <[email protected]> AuthorDate: Wed Apr 18 00:31:46 2018 -0700 try to get JewelExample to build in Ant --- examples/royale/JewelExample/src/main/config/compile-app-config.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/royale/JewelExample/src/main/config/compile-app-config.xml b/examples/royale/JewelExample/src/main/config/compile-app-config.xml index ccb20e9..d850acb 100644 --- a/examples/royale/JewelExample/src/main/config/compile-app-config.xml +++ b/examples/royale/JewelExample/src/main/config/compile-app-config.xml @@ -22,8 +22,10 @@ </js-output-optimization> <compiler> <theme> - <filename>../../../../../../frameworks/libs/JewelTheme.swc</filename> - <filename>../../../../../../frameworks/themes/JewelTheme/src/main/resources/defaults.css</filename> + <!--<filename>../../../../../../frameworks/libs/JewelTheme.swc</filename>--> + <filename>../../../../../../frameworks/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/src/main/resources/defaults.css</filename> + <filename>../../../../../../frameworks/themes/Jewel-Light-NoFlat-Secondary-Topaz-Theme/src/main/resources/defaults.css</filename> + <filename>../../../../../../frameworks/themes/Jewel-Light-NoFlat-Emphasized-Emerald-Theme/src/main/resources/defaults.css</filename> </theme> </compiler> </royale-config> -- To stop receiving notification emails like this one, please contact [email protected].
