Repository: flex-asjs Updated Branches: refs/heads/develop ed16392f0 -> d5f91beef
fix binary package Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d5f91bee Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d5f91bee Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d5f91bee Branch: refs/heads/develop Commit: d5f91beefb301f2fdf0d19906d98dc0c3ceaca8f Parents: ed16392 Author: Alex Harui <[email protected]> Authored: Wed Jun 29 14:33:37 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 29 14:33:37 2016 -0700 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d5f91bee/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0c091d0..7a388a3 100644 --- a/build.xml +++ b/build.xml @@ -760,7 +760,7 @@ <!-- frameworks/libs --> <copy todir="${basedir}/temp/frameworks"> <fileset dir="${basedir}/frameworks"> - <include name="**.swc"/> + <include name="**/*.swc"/> </fileset> </copy>
