You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/07/27 04:19:04 UTC

svn commit: r1366268 - /incubator/flex/trunk/build.xml

Author: cframpton
Date: Fri Jul 27 02:19:04 2012
New Revision: 1366268

URL: http://svn.apache.org/viewvc?rev=1366268&view=rev
Log:
Commit out the change I made in rev 1366015 until I can fix it - the change is mac specific.

Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1366268&r1=1366267&r2=1366268&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Fri Jul 27 02:19:04 2012
@@ -158,7 +158,7 @@
             <and>
                 <length string="${env.AIR_HOME}" when="greater" length="0" />
                 <available file="${env.AIR_HOME}" type="dir"/>
-                <available file="${env.AIR_HOME}/bin/adt" type="file"/>
+                <!--available file="${env.AIR_HOME}/bin/adt" type="file"/-->
             </and>
         </condition>