Air clean didn't clean all of template directory
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a83bf17 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0a83bf17 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0a83bf17 Branch: refs/heads/develop Commit: 0a83bf17fa739ef2450a39d840c76a96c2d5b8fc Parents: 0004c40 Author: Justin Mclean <[email protected]> Authored: Mon Apr 15 09:46:09 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Apr 15 09:46:09 2013 +1000 ---------------------------------------------------------------------- frameworks/build.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0a83bf17/frameworks/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/build.xml b/frameworks/build.xml index 04c1b8d..8522929 100644 --- a/frameworks/build.xml +++ b/frameworks/build.xml @@ -313,6 +313,7 @@ </delete> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${FLEX_HOME}/templates"> + <include name="sdk/**" /> <include name="air/**" /> <include name="extensions/**" /> </fileset>
