Repository: flex-falcon Updated Branches: refs/heads/develop 4b87017b8 -> ab104db02
fix binary package Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ab104db0 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ab104db0 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ab104db0 Branch: refs/heads/develop Commit: ab104db02ff1f1d222fb3bb31ce712bad044bb0c Parents: 4b87017 Author: Alex Harui <[email protected]> Authored: Tue Jun 28 14:46:17 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Jun 28 14:46:17 2016 -0700 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ab104db0/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 36b923f..9969f0c 100644 --- a/build.xml +++ b/build.xml @@ -292,6 +292,7 @@ <exclude name="**/*.png"/> <exclude name="**/*.sh"/> <exclude name="**/*.swf"/> + <exclude name="**/*.swc"/> </fixcrlf> <fixcrlf srcdir="${basedir}/temp/compiler/src/assembly" eol="crlf" fixlast="false"> <include name="**.bat"/> @@ -461,6 +462,7 @@ <exclude name="**/*.png"/> <exclude name="**/*.sh"/> <exclude name="**/*.swf"/> + <exclude name="**/*.swc"/> </fixcrlf> <fixcrlf srcdir="${basedir}/temp/compiler/src/assembly" eol="crlf" fixlast="false"> <include name="**.bat"/>
