You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/16 06:35:35 UTC

svn commit: r5574 - /dev/flex/falcon/0.0.2/rc1/ApproveFalcon.xml

Author: aharui
Date: Mon Jun 16 04:35:35 2014
New Revision: 5574

Log:
fix for windows

Modified:
    dev/flex/falcon/0.0.2/rc1/ApproveFalcon.xml

Modified: dev/flex/falcon/0.0.2/rc1/ApproveFalcon.xml
==============================================================================
--- dev/flex/falcon/0.0.2/rc1/ApproveFalcon.xml (original)
+++ dev/flex/falcon/0.0.2/rc1/ApproveFalcon.xml Mon Jun 16 04:35:35 2014
@@ -98,6 +98,10 @@
         type="dir"
         property="FLASHPLAYER_DEBUGGER" value="${env.FLASHPLAYER_DEBUGGER}" />
     
+    <available file="${env.FLASHPLAYER_DEBUGGER}"
+        type="file"
+        property="FLASHPLAYER_DEBUGGER" value="${env.FLASHPLAYER_DEBUGGER}" />
+    
     <fail message="The FLASHPLAYER_DEBUGGER property is not set in environment or command-line."
         unless="FLASHPLAYER_DEBUGGER"/>