Repository: flex-asjs Updated Branches: refs/heads/develop dcf3b3b95 -> 5980d00d7
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/develop Commit: 5980d00d732dcf9d74e76a14ab4f6f18c2541d69 Parents: dcf3b3b Author: Peter Ent <[email protected]> Authored: Wed Mar 16 14:03:22 2016 -0400 Committer: Peter Ent <[email protected]> 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>
