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/17 08:54:56 UTC

[46/55] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - add in jquery externs swc

add in jquery externs swc


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

Branch: refs/heads/develop
Commit: 9e7d5b78c9e2bf9c13171cc233a64daf1a4585d0
Parents: 87fbdb9
Author: Alex Harui <ah...@apache.org>
Authored: Wed Dec 16 13:33:36 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Dec 16 13:34:49 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e7d5b78/examples/flexjs/FlexJSStore_jquery/build.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/FlexJSStore_jquery/build.xml b/examples/flexjs/FlexJSStore_jquery/build.xml
index 7dc4d66..4412a04 100644
--- a/examples/flexjs/FlexJSStore_jquery/build.xml
+++ b/examples/flexjs/FlexJSStore_jquery/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/jquery/out/bin/jquery-1.9.swc"/>
+    
     <include file="${basedir}/../../build_example.xml" />
     
     <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">