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 2016/08/11 20:26:31 UTC

[6/7] git commit: [flex-asjs] [refs/heads/refactor-sprite] - fix default value for FLEX_HOME

fix default value for FLEX_HOME


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

Branch: refs/heads/refactor-sprite
Commit: bcb3c034472a03e1a2baf68952533bb13d64c47f
Parents: c98d892
Author: Alex Harui <ah...@apache.org>
Authored: Thu Aug 11 09:08:15 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Aug 11 09:08:15 2016 -0700

----------------------------------------------------------------------
 examples/build_example.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bcb3c034/examples/build_example.xml
----------------------------------------------------------------------
diff --git a/examples/build_example.xml b/examples/build_example.xml
index 5e1c12d..988ef1a 100644
--- a/examples/build_example.xml
+++ b/examples/build_example.xml
@@ -29,7 +29,7 @@
         </and>
     </condition>
 
-    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler/lib">
+    <condition property="FALCON_HOME" value="${FLEXJS_HOME}/../flex-falcon/compiler">
         <and>
             <not>
                 <isset property="FALCON_HOME" />