Repository: flex-utilities
Updated Branches:
  refs/heads/develop 1f247c238 -> cffa3f0eb


Remove accidentally committed local paths to SDK


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/cffa3f0e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/cffa3f0e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/cffa3f0e

Branch: refs/heads/develop
Commit: cffa3f0ebcb62af677e55760dd2f7787e705aec1
Parents: 1f247c2
Author: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Authored: Tue Oct 24 17:31:29 2017 +0200
Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Committed: Tue Oct 24 17:31:29 2017 +0200

----------------------------------------------------------------------
 MD5Checker/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cffa3f0e/MD5Checker/build.xml
----------------------------------------------------------------------
diff --git a/MD5Checker/build.xml b/MD5Checker/build.xml
index aedbebd..90b1021 100644
--- a/MD5Checker/build.xml
+++ b/MD5Checker/build.xml
@@ -30,10 +30,10 @@
         use the environment variable, if it exists. Else if windows, use 
FLEX_HOME_WIN
         else use FLEX_HOME_MAC, which are both defined in build.properties.
     -->
-    <condition property="FLEX_HOME" value="d:\flex_sdk\flex_4.16">
+    <condition property="FLEX_HOME" value="${env.FLEX_HOME}">
         <isset property="env.FLEX_HOME" />
     </condition>
-    <condition property="AIR_HOME" value="d:\flex_sdk\flex_4.16">
+    <condition property="AIR_HOME" value="${env.AIR_HOME}">
         <isset property="env.AIR_HOME" />
     </condition>
 

Reply via email to