Repository: flex-sdk Updated Branches: refs/heads/develop 74c699fd5 -> cc668484a
FLEX-34507 build.xml missing from binary packages Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cc668484 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cc668484 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/cc668484 Branch: refs/heads/develop Commit: cc668484a7f923c36d61dcd1aa561a4c15e4fbe2 Parents: 74c699f Author: Alex Harui <[email protected]> Authored: Thu Dec 11 21:35:22 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Dec 11 21:35:22 2014 -0800 ---------------------------------------------------------------------- build.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cc668484/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 2c12ee8..569248f 100644 --- a/build.xml +++ b/build.xml @@ -897,12 +897,6 @@ There are no known issues. <antcall target="stage-source"/> - <!-- Delete files from source distro that are not in binary distro. --> - <delete dir="${basedir}/temp/"> - <include name="**/build.xml"/> - <exclude name="asdoc/build.xml"/> - </delete> - <!-- Some, but not all framework sources are included. Need to include the sources required for build_framework.xml.
