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 2015/12/12 00:37:55 UTC

[3/3] git commit: [flex-asjs] [refs/heads/core_js_to_as] - clean compile of DataGridExample

clean compile of DataGridExample


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

Branch: refs/heads/core_js_to_as
Commit: 8a3755f292fa9df3eb4b6d2f9230a0f17a58e0d3
Parents: 0c9e438
Author: Alex Harui <ah...@apache.org>
Authored: Fri Dec 11 15:37:41 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Dec 11 15:37:41 2015 -0800

----------------------------------------------------------------------
 examples/flexjs/DataGridExample/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a3755f2/examples/flexjs/DataGridExample/build.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DataGridExample/build.xml b/examples/flexjs/DataGridExample/build.xml
index fd89f00..61ebd4a 100644
--- a/examples/flexjs/DataGridExample/build.xml
+++ b/examples/flexjs/DataGridExample/build.xml
@@ -57,6 +57,8 @@
     property="GOOG_HOME"
     value="${FLEXJS_HOME}/js/lib/google/closure-library"/>
         
+    <property name="extlib_arg" value="-external-library-path=${FALCONJX_HOME}/../externs/js/out/bin/js.swc"/>
+    
     <include file="${basedir}/../../build_example.xml" />
 
     <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">