You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/12/16 22:08:35 UTC

git commit: [flex-asjs] [refs/heads/core_js_to_as] - Fix DesktopMap example build script to work with GoogleMaps again.

Repository: flex-asjs
Updated Branches:
  refs/heads/core_js_to_as dd81a263f -> 87fbdb9e9


Fix DesktopMap example build script to work with GoogleMaps again.


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

Branch: refs/heads/core_js_to_as
Commit: 87fbdb9e982632cf0f204a166601b13c62020555
Parents: dd81a26
Author: Peter Ent <pe...@apache.org>
Authored: Wed Dec 16 16:08:21 2015 -0500
Committer: Peter Ent <pe...@apache.org>
Committed: Wed Dec 16 16:08:21 2015 -0500

----------------------------------------------------------------------
 examples/flexjs/DesktopMap/build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/87fbdb9e/examples/flexjs/DesktopMap/build.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DesktopMap/build.xml b/examples/flexjs/DesktopMap/build.xml
index d50fee5..d77d87d 100644
--- a/examples/flexjs/DesktopMap/build.xml
+++ b/examples/flexjs/DesktopMap/build.xml
@@ -63,6 +63,8 @@
     
     <property name="AIR_HOME" value="${env.AIR_HOME}"/>
     
+    <property name="extlib_arg" value="-external-library-path=${FALCONJX_HOME}/../externs/google_maps/out/bin/google_maps.swc"/>
+    
     
     <condition property="adl" value="adl.exe">
         <os family="windows"/>
@@ -82,7 +84,7 @@
 
     <include file="${basedir}/../../build_example.xml" />
 
-    <target name="main" depends="clean,build_example.compileair,build_example.compilejsair" description="Clean build of ${example}">
+    <target name="main" depends="clean,build_example.compilejsair" description="Clean build of ${example}">
     </target>
     
     <target name="clean">