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/05/18 09:12:45 UTC

svn commit: r1340001 - /incubator/flex/trunk/jenkins.xml

Author: jmclean
Date: Fri May 18 07:12:45 2012
New Revision: 1340001

URL: http://svn.apache.org/viewvc?rev=1340001&view=rev
Log:
added creation of temp directory

Modified:
    incubator/flex/trunk/jenkins.xml

Modified: incubator/flex/trunk/jenkins.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/jenkins.xml?rev=1340001&r1=1340000&r2=1340001&view=diff
==============================================================================
--- incubator/flex/trunk/jenkins.xml (original)
+++ incubator/flex/trunk/jenkins.xml Fri May 18 07:12:45 2012
@@ -42,6 +42,7 @@
     <target name="airsdk-download" depends="airsdk-check" unless="airsdk.present" description="Copies Adobe AIR SDK for the Mac from the Adobe website">
         <echo message="Be patient.  This takes a few minutes..." />
         <mkdir dir="${FLEX_HOME}/lib/air"/>
+        <mkdir dir="${FLEX_HOME}/temp"/>
         <get src="http://airdownload.adobe.com/air/win/download/3.1/AdobeAIRSDK.zip" 
             dest="${FLEX_HOME}/temp/AIR Integration Kit.zip" 
             verbose="false"/>