Repository: flex-sdk
Updated Branches:
  refs/heads/develop dec79b578 -> a5b04e150


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/a5b04e15
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a5b04e15
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a5b04e15

Branch: refs/heads/develop
Commit: a5b04e15089178b74289f80df56d35822bac0dba
Parents: dec79b5
Author: Om Muppirala <[email protected]>
Authored: Tue Dec 6 11:21:08 2016 -0800
Committer: Om Muppirala <[email protected]>
Committed: Tue Dec 6 11:21:08 2016 -0800

----------------------------------------------------------------------
 installer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a5b04e15/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}"/>

Reply via email to