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 2016/04/06 17:06:32 UTC

[34/50] [abbrv] git commit: [flex-asjs] [refs/heads/master] - Clean up asdoc issue surrounding the inclusion of Google Maps stubs.

Clean up asdoc issue surrounding the inclusion of Google Maps stubs.


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

Branch: refs/heads/master
Commit: 5980d00d732dcf9d74e76a14ab4f6f18c2541d69
Parents: dcf3b3b
Author: Peter Ent <pe...@apache.org>
Authored: Wed Mar 16 14:03:22 2016 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Wed Mar 16 14:03:22 2016 -0400

----------------------------------------------------------------------
 frameworks/asdoc-config.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5980d00d/frameworks/asdoc-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/asdoc-config.xml b/frameworks/asdoc-config.xml
index 64d6988..c25e1bd 100644
--- a/frameworks/asdoc-config.xml
+++ b/frameworks/asdoc-config.xml
@@ -458,7 +458,7 @@
             <path-element>${frameworks_dir}/projects/DragDrop/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/Effects/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/Formatters/src/main/flex</path-element>
-            <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex</path-element>
+            <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex/org</path-element>
             <path-element>${frameworks_dir}/projects/Graphics/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/HTML/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/HTML5/src/main/flex</path-element>
@@ -466,6 +466,7 @@
             <path-element>${frameworks_dir}/projects/Mobile/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/Network/src/main/flex</path-element>
             <path-element>${frameworks_dir}/projects/Reflection/src/main/flex</path-element>
+            <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/flex/google/maps/LatLng.as</path-element>
             </doc-sources>
             
 </flex-config>