You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/02/27 23:50:16 UTC

svn commit: r1294378 - /incubator/flex/branches/patches/build_framework.xml

Author: jmclean
Date: Mon Feb 27 22:50:16 2012
New Revision: 1294378

URL: http://svn.apache.org/viewvc?rev=1294378&view=rev
Log:
Fixed issue with downloading flash player 11.2 release candidate player global

Modified:
    incubator/flex/branches/patches/build_framework.xml

Modified: incubator/flex/branches/patches/build_framework.xml
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/build_framework.xml?rev=1294378&r1=1294377&r2=1294378&view=diff
==============================================================================
--- incubator/flex/branches/patches/build_framework.xml (original)
+++ incubator/flex/branches/patches/build_framework.xml Mon Feb 27 22:50:16 2012
@@ -704,7 +704,7 @@
         
     <!-- playerglobal.swc -->
     <!-- Because this requires a network connection it copies playglobal.swc only if it doesn't already exist. -->	
-	<target name="playerglobal-download" depends="playerglobal-check,playerglobal-settarget,playerglobal.failure,playerglobal10.3-download,playerglobal11.0-download,playerglobal11.1-download" description="Copies playerglobal.swc from the Adobe website">
+	<target name="playerglobal-download" depends="playerglobal-check,playerglobal-settarget,playerglobal.failure,playerglobal10.3-download,playerglobal11.0-download,playerglobal11.1-download,playerglobal11.2-download,playerglobal11.2RC-download" description="Copies playerglobal.swc from the Adobe website">
     </target>
 	
 	<target name="playerglobal-settarget" unless="playerglobal.swc.present">
@@ -720,7 +720,7 @@
 		<condition property="target11.1">
 			<equals arg1="${playerglobal.version}" arg2="11.1" />
 		</condition>
-		<!-- Change to target11.2beta or target11.1RC depending on vertion of 11.2 you want to target -->
+		<!-- Change to target11.2beta or target11.1RC depending on version of 11.2 you want to target -->
 		<condition property="target11.2RC">
 			<equals arg1="${playerglobal.version}" arg2="11.2" />
 		</condition>