Repository: flex-asjs
Updated Branches:
refs/heads/develop 3d848968a -> 5af52d610
more build.xml example fixed (this one has a compile time warning
Warning: Data binding will not be able to detect assignments to 'strings'.
[mxmlc]
dataProvider="{MyModel(applicationModel).strings}" />
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5af52d61
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5af52d61
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5af52d61
Branch: refs/heads/develop
Commit: 5af52d610345bf2334faa38c55a24a36b3e1f0ef
Parents: 3d84896
Author: Carlos Rovira <[email protected]>
Authored: Sat Feb 22 01:03:13 2014 +0100
Committer: Carlos Rovira <[email protected]>
Committed: Sat Feb 22 01:03:13 2014 +0100
----------------------------------------------------------------------
examples/DataBindingTest/build.xml | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5af52d61/examples/DataBindingTest/build.xml
----------------------------------------------------------------------
diff --git a/examples/DataBindingTest/build.xml
b/examples/DataBindingTest/build.xml
index a37740c..9c551dd 100644
--- a/examples/DataBindingTest/build.xml
+++ b/examples/DataBindingTest/build.xml
@@ -27,6 +27,7 @@
<property environment="env"/>
<property file="${FLEXJS_HOME}/build.properties"/>
<property name="FLEX_HOME" value="${FLEXJS_HOME}"/>
+ <property name="FALCON_HOME" value="${env.FALCON_HOME}"/>
<property name="FALCONJX_HOME" value="${env.FALCONJX_HOME}"/>
<property name="GOOG_HOME" value="${env.GOOG_HOME}"/>