This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 90a9155ef895a8f3488f9ef528fecaf835ca5a43 Author: Alex Harui <[email protected]> AuthorDate: Thu Nov 29 19:13:18 2018 -0800 these two use Animate which hasn't been emulated yet --- examples/mxroyale/tourdeflexmodules/build.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/mxroyale/tourdeflexmodules/build.xml b/examples/mxroyale/tourdeflexmodules/build.xml index e1cf9de..cf6ed23 100644 --- a/examples/mxroyale/tourdeflexmodules/build.xml +++ b/examples/mxroyale/tourdeflexmodules/build.xml @@ -359,12 +359,10 @@ <compile-mxml folder="/spark/layouts/" example="CustomLayoutFlickrWheelExample"/> <compile-mxml folder="/spark/layouts/" example="CustomLayoutFlowExample"/> <compile-mxml folder="/spark/layouts/" example="CustomLayoutHBaselineExample"/> - --> <compile-mxml folder="/spark/itemRenderers/" example="ItemRenderer1Example"/> <compile-mxml folder="/spark/itemRenderers/" example="ItemRenderer2Example"/> - <!-- <compile-mxml folder="/spark/fxg/" example="BitmapImageExample"/> <compile-mxml folder="/spark/fxg/" example="EclipseExample"/> <compile-mxml folder="/spark/fxg/" example="LineExample"/>
