Repository: flex-utilities Updated Branches: refs/heads/develop f584fd9a6 -> 06116f29f
fix other platform targets Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/06116f29 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/06116f29 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/06116f29 Branch: refs/heads/develop Commit: 06116f29fdb6288ad36af6050ba7cf8bd759b423 Parents: f584fd9 Author: Alex Harui <[email protected]> Authored: Wed Jun 20 10:23:11 2018 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 20 10:23:11 2018 -0700 ---------------------------------------------------------------------- flex-installer/releasecandidate.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/06116f29/flex-installer/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/flex-installer/releasecandidate.xml b/flex-installer/releasecandidate.xml index ee3cf0f..3ab8415 100644 --- a/flex-installer/releasecandidate.xml +++ b/flex-installer/releasecandidate.xml @@ -295,8 +295,11 @@ </exec> </target> - <target name="other-platform" depends="other-platform-mac, other-platform-win" unless="skip.other.platform" > + <target name="other-platform" unless="skip.other.platform" > + <antcall target="other-platform-mac" /> + <antcall target="other-platform-win" /> </target> + <target name="other-platform-mac" if="isMac" > <available file="${basedir}/release/apache-flex-sdk-installer-${release.version}-bin.exe" type="file" property="other.binary" />
