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:47 UTC

[37/55] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - fix GoogleMaps

fix GoogleMaps


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

Branch: refs/heads/develop
Commit: 1e82c6e0f30abcedacf90fc3f920858eee2d35f6
Parents: f77e1c4
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 14 14:19:53 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 14 14:19:53 2015 -0800

----------------------------------------------------------------------
 frameworks/projects/GoogleMaps/compile-config.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1e82c6e0/frameworks/projects/GoogleMaps/compile-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/compile-config.xml b/frameworks/projects/GoogleMaps/compile-config.xml
index 243f679..0f70841 100644
--- a/frameworks/projects/GoogleMaps/compile-config.xml
+++ b/frameworks/projects/GoogleMaps/compile-config.xml
@@ -24,7 +24,6 @@
         <external-library-path>
             <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element>
             <path-element>../../libs/Core.swc</path-element>
-            <path-element>../../externs/GoogleMaps.swc</path-element>
         </external-library-path>
         
 		<mxml>
@@ -64,6 +63,10 @@
         <name>defaults.css</name>
         <path>as/defaults.css</path>
     </include-file>
+    <include-file>
+        <name>js/out/*</name>
+        <path>js/out/*</path>
+    </include-file>
 
     <include-classes>
         <class>GoogleMapsClasses</class>