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 eaff36ca58fbedea42cb095aaf56e52edbcf3d78 Author: Alex Harui <[email protected]> AuthorDate: Mon Aug 6 16:59:21 2018 -0700 manually copy data file --- examples/mxroyale/tourdeflexmodules/build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/mxroyale/tourdeflexmodules/build.xml b/examples/mxroyale/tourdeflexmodules/build.xml index 02d7f48..dc719a7 100644 --- a/examples/mxroyale/tourdeflexmodules/build.xml +++ b/examples/mxroyale/tourdeflexmodules/build.xml @@ -122,6 +122,8 @@ <compile-mxml example="/SourceTab"/> --> <compile-mxml example="/Welcome"/> + <copy file="${basedir}/src/3rdparty.xml" toFile="${basedir}/bin/js-debug/3rdparty.xml" /> + <!--<copy file="${basedir}/src/3rdparty.xml" toFile="${basedir}/bin/js-release/3rdparty.xml" />--> </target> <target name="compile-mx" description="compile mx examples">
