Updated Branches: refs/heads/develop f54a79bc2 -> c808bdeb9
'ant clean' now cleans all build output. You can verify this by doing 'git status --ignored' afterwards. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/c808bdeb Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/c808bdeb Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/c808bdeb Branch: refs/heads/develop Commit: c808bdeb9f48f78d5faafb6f8ed224f7039152df Parents: f54a79b Author: Gordon Smith <[email protected]> Authored: Fri Apr 12 22:41:00 2013 -0700 Committer: Gordon Smith <[email protected]> Committed: Fri Apr 12 22:41:00 2013 -0700 ---------------------------------------------------------------------- build.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/c808bdeb/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7c1976c..4fffecb 100644 --- a/build.xml +++ b/build.xml @@ -72,6 +72,8 @@ <fileset dir="${output.dir}"> </fileset> </delete> + <delete dir="${basedir}/bin"/> + <delete file="${basedir}/bundles.properties"/> </target> <target name="textLayout" description="Compiles textLayout.swc">
