make sure GoogleMaps doesn't accidentally use an older GoogleMaps.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/b3a62dd0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b3a62dd0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b3a62dd0 Branch: refs/heads/e4x Commit: b3a62dd04b63b9219382395b6fb98abd939a4ca7 Parents: 8176257 Author: Alex Harui <[email protected]> Authored: Fri Feb 5 14:08:15 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Feb 5 14:08:15 2016 -0800 ---------------------------------------------------------------------- .../projects/GoogleMaps/.actionScriptProperties | 16 ++++++++++++++++ frameworks/projects/GoogleMaps/.flexLibProperties | 10 ++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3a62dd0/frameworks/projects/GoogleMaps/.actionScriptProperties ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/.actionScriptProperties b/frameworks/projects/GoogleMaps/.actionScriptProperties index 5198646..75e7e52 100644 --- a/frameworks/projects/GoogleMaps/.actionScriptProperties +++ b/frameworks/projects/GoogleMaps/.actionScriptProperties @@ -5,8 +5,24 @@ <libraryPath defaultLinkType="0"> <libraryPathEntry kind="4" path=""> <excludedEntries> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/HTML5.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/JQuery.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Flat.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Formatters.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Effects.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Collections.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Mobile.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/HTML.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Core.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Binding.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Charts.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Graphics.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/flex.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/core.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/Network.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/GoogleMaps.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/DragDrop.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/CreateJS.swc" useDefaultLinkType="false"/> </excludedEntries> </libraryPathEntry> <libraryPathEntry kind="3" linkType="2" path="${PROJECT_FRAMEWORKS}/libs/air/airglobal.swc" useDefaultLinkType="false"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3a62dd0/frameworks/projects/GoogleMaps/.flexLibProperties ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/.flexLibProperties b/frameworks/projects/GoogleMaps/.flexLibProperties index 1fbacb4..4197211 100644 --- a/frameworks/projects/GoogleMaps/.flexLibProperties +++ b/frameworks/projects/GoogleMaps/.flexLibProperties @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<flexLibProperties includeAllClasses="true" useMultiPlatformConfig="false" version="3"> - <includeClasses/> +<flexLibProperties includeAllClasses="false" useMultiPlatformConfig="false" version="3"> + <includeClasses> + <classEntry path="GoogleMapsClasses"/> + <classEntry path="GoogleStubClasses"/> + <classEntry path="org.apache.flex.maps.google.GoogleMap"/> + <classEntry path="org.apache.flex.maps.google.beads.GoogleMapView"/> + <classEntry path="org.apache.flex.maps.google.models.MapModel"/> + </includeClasses> <includeResources/> <namespaceManifests/> </flexLibProperties>
