Ensure Ant 1.7 behavior
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3a90722b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3a90722b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/3a90722b Branch: refs/heads/develop Commit: 3a90722b86420a5fade50f24611d1d011b2faff2 Parents: 8036b68 Author: Om Muppirala <[email protected]> Authored: Tue Dec 6 11:21:08 2016 -0800 Committer: Om Muppirala <[email protected]> Committed: Sun Dec 11 23:28:29 2016 -0800 ---------------------------------------------------------------------- installer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3a90722b/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index d366e0f..f86ecec 100644 --- a/installer.xml +++ b/installer.xml @@ -413,7 +413,7 @@ <mkdir dir="${download.dir}/airsdk" /> <move file="${download.dir}/${air.sdk.url.file}" todir="${download.dir}/airsdk" /> - <condition property="shouldUnzip" value="true" else="false"> + <condition property="shouldUnzip" value="true"> <matches pattern="tbz2" string="${air.sdk.url.file}"/> </condition> <echo message="Should unzip: ${shouldUnzip}"/>
