Repository: flex-falcon Updated Branches: refs/heads/develop 26ff39a60 -> 17ce8fe0c
don't copy GCC, we need to download it Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1768774b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1768774b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1768774b Branch: refs/heads/develop Commit: 1768774b501cb159fb748453aa5a7bb08c85803c Parents: d33966f Author: Alex Harui <[email protected]> Authored: Thu Jun 18 12:09:21 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 18 12:09:28 2015 -0700 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1768774b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 83323d1..8aee807 100644 --- a/build.xml +++ b/build.xml @@ -601,6 +601,7 @@ <include name="lib/**"/> <exclude name="lib/commons-io**"/> <exclude name="lib/flex-tool**"/> + <exclude name="lib/google/**"/> <exclude name="lib/args4j**"/> <exclude name="lib/guava**"/> <exclude name="lib/org.json**"/>
