Updated Branches: refs/heads/release4.11.0 4e004f508 -> 6e4a3c285
Added check to download Flash Players 11.7, 11.8 and 11.9 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6e4a3c28 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6e4a3c28 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6e4a3c28 Branch: refs/heads/release4.11.0 Commit: 6e4a3c285af1ebf8e3d8769a2a3064b49633c539 Parents: 4e004f5 Author: Justin Mclean <[email protected]> Authored: Wed Oct 9 08:39:48 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Wed Oct 9 08:39:48 2013 +1100 ---------------------------------------------------------------------- jenkins.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e4a3c28/jenkins.xml ---------------------------------------------------------------------- diff --git a/jenkins.xml b/jenkins.xml index 05bb6db..8846e57 100644 --- a/jenkins.xml +++ b/jenkins.xml @@ -55,7 +55,7 @@ <!-- playerglobal.swc --> <!-- Because this requires a network connection it copies playerglobal.swc only if it doesn't already exist. --> - <target name="playerglobal-download" depends="playerglobal-check,playerglobal-settarget,playerglobal10.2-download,playerglobal10.3-download,playerglobal11.0-download,playerglobal11.1-download,playerglobal11.2-download,playerglobal11.3-download,playerglobal11.4-download,playerglobal11.5-download,playerglobal11.6-download" description="Copies playerglobal.swc from the Adobe website"> + <target name="playerglobal-download" depends="playerglobal-check,playerglobal-settarget,playerglobal10.2-download,playerglobal10.3-download,playerglobal11.0-download,playerglobal11.1-download,playerglobal11.2-download,playerglobal11.3-download,playerglobal11.4-download,playerglobal11.5-download,playerglobal11.6-download,playerglobal11.7-download,playerglobal11.8-download,playerglobal11.9-download" description="Copies playerglobal.swc from the Adobe website"> </target> <target name="playerglobal-settarget" unless="playerglobal.swc.present">
