Repository: flex-asjs Updated Branches: refs/heads/develop d54c90d92 -> d8a10cb6b
package fonts Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e4f21b61 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e4f21b61 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e4f21b61 Branch: refs/heads/develop Commit: e4f21b61cc52987d24902f03598fc9286baa0eb4 Parents: d54c90d Author: Alex Harui <[email protected]> Authored: Tue Jul 28 23:19:24 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Jul 28 23:19:24 2015 -0700 ---------------------------------------------------------------------- build.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e4f21b61/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 88098d7..564109f 100644 --- a/build.xml +++ b/build.xml @@ -719,6 +719,13 @@ </copy> --> + <!-- fonts --> + <copy todir="${basedir}/temp/frameworks/fonts"> + <fileset dir="${basedir}/frameworks/fonts" > + <include name="**/**"/> + </fileset> + </copy> + <!-- examples --> <copy todir="${basedir}/temp/examples"> <fileset dir="${basedir}/examples" >
