Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4BA67200BC6 for ; Sat, 5 Nov 2016 08:46:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 499BD160B15; Sat, 5 Nov 2016 07:46:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7EC38160B09 for ; Sat, 5 Nov 2016 08:46:49 +0100 (CET) Received: (qmail 82283 invoked by uid 500); 5 Nov 2016 07:46:46 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 81368 invoked by uid 99); 5 Nov 2016 07:46:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2016 07:46:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43E9DE0AD9; Sat, 5 Nov 2016 07:46:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Date: Sat, 05 Nov 2016 07:47:23 -0000 Message-Id: <1556b6c0edb94c3b8ba9ab125a5ec204@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/50] [abbrv] git commit: [flex-asjs] [refs/heads/feature-autobuild/closure-classpath-sources] - Merge branch 'refactor-sprite' into develop archived-at: Sat, 05 Nov 2016 07:46:51 -0000 Merge branch 'refactor-sprite' into develop Conflicts: frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as frameworks/projects/Basic/src/main/flex/org/apache/flex/core/ContainerBaseStrandChildren.as frameworks/projects/Basic/src/main/flex/org/apache/flex/core/ListBase.as frameworks/projects/Basic/src/main/flex/org/apache/flex/core/ListBaseStrandChildren.as frameworks/projects/Basic/src/main/flex/org/apache/flex/core/SimpleApplication.as frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as frameworks/projects/Core/src/main/flex/org/apache/flex/core/Application.as frameworks/projects/Core/src/main/flex/org/apache/flex/core/ContainerBaseStrandChildren.as frameworks/projects/Core/src/main/flex/org/apache/flex/core/ListBase.as frameworks/projects/Core/src/main/flex/org/apache/flex/core/ListBaseStrandChildren.as frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleApplication.as frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicContainer.as frameworks/projects/HTML/src/main/flex/org/apache/flex/core/Application.as frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ContainerBaseStrandChildren.as frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ListBase.as frameworks/projects/HTML/src/main/flex/org/apache/flex/core/ListBaseStrandChildren.as frameworks/projects/HTML/src/main/flex/org/apache/flex/core/SimpleApplication.as frameworks/projects/HTML/src/main/flex/org/apache/flex/svg/GraphicContainer.as Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/956037ae Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/956037ae Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/956037ae Branch: refs/heads/feature-autobuild/closure-classpath-sources Commit: 956037aec4a12620d4bbc29005e9043a83125f49 Parents: ecd8e10 1b6c3af Author: Alex Harui Authored: Tue Nov 1 23:20:17 2016 -0700 Committer: Alex Harui Committed: Tue Nov 1 23:20:17 2016 -0700 ---------------------------------------------------------------------- .../CordovaCameraExample/src/MyInitialView.mxml | 2 +- .../DataGridExample/src/models/ProductsModel.as | 15 +- .../src/products/ProductItemRenderer.as | 2 +- .../flexjs/FlexJSStore/src/FlexJSStore.mxml | 2 +- examples/flexjs/FlexJSStore/src/HomeView.mxml | 8 +- .../flexjs/FlexJSStore/src/SupportView.mxml | 6 +- .../FlexJSStore/src/productsView/Grip.mxml | 4 +- .../productsView/ProductCatalogThumbnail.mxml | 2 +- .../src/productsView/ProductDetails.mxml | 2 +- .../src/productsView/ProductListItem.mxml | 2 +- .../src/samples/flexstore/ProductThumbEvent.as | 18 +- .../FlexJSStore_jquery/src/FlexJSStore.mxml | 2 +- .../flexjs/FlexJSStore_jquery/src/HomeView.mxml | 10 +- .../FlexJSStore_jquery/src/SupportView.mxml | 6 +- .../src/productsView/Grip.mxml | 4 +- .../productsView/ProductCatalogThumbnail.mxml | 2 +- .../src/productsView/ProductDetails.mxml | 2 +- .../src/productsView/ProductListItem.mxml | 2 +- .../flexjs/MobileTrader/src/MyInitialView.mxml | 2 +- frameworks/build.xml | 1 - .../Basic/src/main/flex/BasicClasses.as | 5 +- .../flex/org/apache/flex/core/Application.as | 46 +- .../flex/org/apache/flex/core/ContainerBase.as | 20 +- .../flex/core/ContainerBaseStrandChildren.as | 10 +- .../org/apache/flex/core/FilledRectangle.as | 2 +- .../org/apache/flex/core/HTMLElementWrapper.as | 265 +++++++++++ .../main/flex/org/apache/flex/core/ImageBase.as | 84 ++++ .../main/flex/org/apache/flex/core/ListBase.as | 10 +- .../apache/flex/core/ListBaseStrandChildren.as | 12 +- .../main/flex/org/apache/flex/core/UIBase.as | 70 ++- .../flex/org/apache/flex/core/UIButtonBase.as | 17 +- .../src/main/flex/org/apache/flex/html/Image.as | 8 +- .../org/apache/flex/html/beads/ComboBoxView.as | 3 +- .../org/apache/flex/html/beads/ContainerView.as | 11 +- .../apache/flex/html/beads/DropDownListView.as | 3 +- .../org/apache/flex/html/beads/ImageView.as | 181 +------- .../apache/flex/html/beads/SliderThumbView.as | 2 +- .../apache/flex/html/beads/WebBrowserView.as | 2 +- .../flex/html/beads/layouts/HorizontalLayout.as | 3 +- .../apache/flex/html/beads/models/ImageModel.as | 12 +- .../html/supportClasses/ContainerContentArea.as | 5 +- .../flex/html/supportClasses/DataGroup.as | 5 +- .../html/supportClasses/ScrollingViewport.as | 5 +- .../supportClasses/TextFieldItemRenderer.as | 16 + .../flex/org/apache/flex/svg/BinaryImage.as | 87 ++++ .../org/apache/flex/svg/GraphicContainer.as | 22 +- .../flex/org/apache/flex/svg/GraphicShape.as | 6 +- .../src/main/flex/org/apache/flex/svg/Image.as | 133 ++++++ .../flex/org/apache/flex/svg/beads/ImageView.as | 87 ++++ .../org/apache/flex/charts/core/IAxisGroup.as | 3 +- .../flex/charts/optimized/SVGChartDataGroup.as | 5 +- .../charts/supportClasses/ChartAxisGroup.as | 8 +- frameworks/projects/Core/.flexLibProperties | 28 +- .../projects/Core/src/main/flex/CoreClasses.as | 26 +- .../org/apache/flex/core/ApplicationFactory.as | 132 ++++++ .../apache/flex/core/BrowserResizeListener.as | 23 +- .../main/flex/org/apache/flex/core/CSSShape.as | 11 +- .../main/flex/org/apache/flex/core/CSSSprite.as | 12 +- .../flex/org/apache/flex/core/CSSTextField.as | 10 +- .../flex/org/apache/flex/core/CallLaterBead.as | 5 +- .../flex/org/apache/flex/core/ElementWrapper.as | 352 ++++++++++++++ .../org/apache/flex/core/HTMLElementWrapper.as | 265 ----------- .../flex/org/apache/flex/core/IBinaryImage.as | 47 ++ .../org/apache/flex/core/IBinaryImageLoader.as | 34 ++ .../org/apache/flex/core/IBinaryImageModel.as | 48 ++ .../main/flex/org/apache/flex/core/IChild.as | 22 +- .../flex/org/apache/flex/core/IContentView.as | 5 +- .../flex/org/apache/flex/core/IFlexJSElement.as | 15 +- .../main/flex/org/apache/flex/core/IImage.as | 50 ++ .../flex/org/apache/flex/core/IImageModel.as | 5 +- .../flex/org/apache/flex/core/IImageView.as | 53 +++ .../apache/flex/core/IInitialViewApplication.as | 7 + .../flex/org/apache/flex/core/IItemRenderer.as | 2 +- .../main/flex/org/apache/flex/core/IParent.as | 10 +- .../org/apache/flex/core/IRenderedObject.as | 44 ++ .../org/apache/flex/core/ISWFApplication.as | 44 ++ .../org/apache/flex/core/ITransformModel.as | 2 +- .../main/flex/org/apache/flex/core/IUIBase.as | 46 +- .../flex/org/apache/flex/core/ImageViewBase.as | 255 +++++++++++ .../org/apache/flex/core/SimpleCSSValuesImpl.as | 3 +- .../org/apache/flex/core/SimpleStatesImpl.as | 13 +- .../apache/flex/core/StyleableCSSTextField.as | 2 +- .../org/apache/flex/core/TransformBeadBase.as | 100 ++++ .../apache/flex/core/UIHTMLElementWrapper.as | 263 +++++++++++ .../org/apache/flex/core/WrappedHTMLElement.as | 2 +- .../org/apache/flex/core/WrappedMovieClip.as | 60 +++ .../flex/org/apache/flex/core/WrappedShape.as | 60 +++ .../org/apache/flex/core/WrappedSimpleButton.as | 65 +++ .../flex/org/apache/flex/core/WrappedSprite.as | 61 +++ .../org/apache/flex/core/WrappedTextField.as | 60 +++ .../flex/org/apache/flex/events/BrowserEvent.as | 9 + .../org/apache/flex/events/ElementEvents.as | 20 + .../main/flex/org/apache/flex/events/Event.as | 71 ++- .../flex/org/apache/flex/events/IFlexJSEvent.as | 48 ++ .../flex/org/apache/flex/events/MouseEvent.as | 67 ++- .../flex/events/utils/MouseEventConverter.as | 7 +- .../main/flex/org/apache/flex/geom/Rectangle.as | 459 ++++++++++--------- .../flex/org/apache/flex/utils/BinaryData.as | 6 +- .../org/apache/flex/utils/CSSBorderUtils.as | 2 +- .../main/flex/org/apache/flex/utils/CSSUtils.as | 14 +- .../flex/org/apache/flex/utils/DisplayUtils.as | 163 +++++++ .../apache/flex/utils/MXMLDataInterpreter.as | 11 +- .../flex/org/apache/flex/utils/PointUtils.as | 22 +- .../main/flex/org/apache/flex/utils/UIUtils.as | 5 +- .../main/flex/org/apache/flex/utils/URLUtils.as | 59 +++ .../flex/utils/ViewSourceContextMenuOption.as | 3 +- .../test/flex/FlexUnitFlexJSApplication.mxml | 3 +- .../org/apache/flex/createjs/Application.as | 24 +- .../org/apache/flex/createjs/core/UIBase.as | 43 +- .../flex/org/apache/flex/events/DragEvent.as | 32 +- .../beads/controllers/DragMouseController.as | 6 +- .../beads/controllers/DropMouseController.as | 5 + .../flex/core/StatesWithTransitionsImpl.as | 9 +- .../org/apache/flex/effects/PlatformWiper.as | 7 +- .../beads/CSSContentAndTextToggleButtonView.as | 28 +- .../flex/flat/beads/CSSScrollBarButtonView.as | 10 +- .../apache/flex/flat/beads/CSSScrollBarView.as | 42 +- .../apache/flex/flat/beads/DropDownListView.as | 33 +- frameworks/projects/GoogleMaps/pom.xml | 13 + .../flex/maps/google/beads/GoogleMapView.as | 2 +- .../projects/Graphics/.actionScriptProperties | 42 +- frameworks/projects/Graphics/.flexLibProperties | 29 +- .../src/main/config/compile-as-config.xml | 9 + .../Graphics/src/main/flex/GraphicsClasses.as | 1 + .../org/apache/flex/graphics/GradientEntry.as | 21 +- .../main/flex/org/apache/flex/graphics/IFill.as | 5 +- .../org/apache/flex/graphics/IGraphicShape.as | 7 - .../flex/org/apache/flex/graphics/IStroke.as | 6 +- .../org/apache/flex/graphics/PathBuilder.as | 19 +- .../flex/org/apache/flex/graphics/SolidColor.as | 11 +- .../apache/flex/graphics/SolidColorStroke.as | 8 +- .../main/flex/org/apache/flex/svg/ClipBead.as | 182 ++++++++ .../flex/org/apache/flex/svg/LinearGradient.as | 17 +- .../flex/org/apache/flex/svg/TransformBead.as | 81 +--- .../Graphics/src/main/resources/defaults.css | 37 ++ .../src/main/resources/svg-manifest.xml | 10 +- .../projects/HTML/.actionScriptProperties | 19 - .../projects/HTML/src/main/flex/HTMLClasses.as | 7 +- .../flex/org/apache/flex/core/Application.as | 313 +++++-------- .../org/apache/flex/core/ApplicationBase.as | 5 +- .../flex/org/apache/flex/core/ContainerBase.as | 30 +- .../flex/core/ContainerBaseStrandChildren.as | 10 +- .../org/apache/flex/core/FilledRectangle.as | 2 +- .../main/flex/org/apache/flex/core/ImageBase.as | 84 ++++ .../main/flex/org/apache/flex/core/ListBase.as | 10 +- .../apache/flex/core/ListBaseStrandChildren.as | 10 +- .../org/apache/flex/core/SimpleApplication.as | 28 +- .../main/flex/org/apache/flex/core/UIBase.as | 295 +++++------- .../flex/org/apache/flex/core/UIButtonBase.as | 154 ++----- .../org/apache/flex/events/ItemAddedEvent.as | 3 +- .../org/apache/flex/events/ItemClickedEvent.as | 3 +- .../org/apache/flex/events/ItemRemovedEvent.as | 3 +- .../org/apache/flex/events/ItemRendererEvent.as | 3 +- .../flex/org/apache/flex/html/BinaryImage.as | 88 ++++ .../src/main/flex/org/apache/flex/html/Image.as | 52 +-- .../flex/org/apache/flex/html/RadioButton.as | 4 +- .../flex/org/apache/flex/html/TextButton.as | 2 +- .../accessories/NumericOnlyTextInputBead.as | 5 +- .../flex/html/accessories/TextPromptBead.as | 4 +- .../flex/html/beads/BackgroundImageBead.as | 4 +- .../apache/flex/html/beads/BinaryImageLoader.as | 121 +++++ .../org/apache/flex/html/beads/CSSButtonView.as | 27 +- .../html/beads/CSSImageAndTextButtonView.as | 39 +- .../apache/flex/html/beads/CSSTextButtonView.as | 40 +- .../org/apache/flex/html/beads/CheckBoxView.as | 23 +- .../apache/flex/html/beads/CloseButtonView.as | 10 +- .../org/apache/flex/html/beads/ComboBoxView.as | 124 ++--- .../org/apache/flex/html/beads/ContainerView.as | 11 +- .../org/apache/flex/html/beads/DisableBead.as | 130 ++++++ .../flex/html/beads/DownArrowButtonView.as | 28 +- .../apache/flex/html/beads/DropDownListView.as | 35 +- .../org/apache/flex/html/beads/HRuleView.as | 8 +- .../flex/html/beads/HScrollBarThumbView.as | 20 +- .../flex/html/beads/HScrollBarTrackView.as | 25 +- .../apache/flex/html/beads/HScrollBarView.as | 31 +- .../apache/flex/html/beads/IScrollBarView.as | 10 +- .../org/apache/flex/html/beads/ISliderView.as | 6 +- .../org/apache/flex/html/beads/ISpinnerView.as | 6 +- .../flex/html/beads/ImageAndTextButtonView.as | 12 +- .../apache/flex/html/beads/ImageButtonView.as | 27 +- .../org/apache/flex/html/beads/ImageView.as | 181 +------- .../flex/html/beads/LeftArrowButtonView.as | 22 +- .../apache/flex/html/beads/RadioButtonView.as | 25 +- .../flex/html/beads/RightArrowButtonView.as | 22 +- .../org/apache/flex/html/beads/ScrollBarView.as | 16 +- .../flex/html/beads/SingleLineBorderBead.as | 2 +- .../apache/flex/html/beads/SliderThumbView.as | 15 +- .../apache/flex/html/beads/SliderTrackView.as | 13 +- .../org/apache/flex/html/beads/SliderView.as | 36 +- .../flex/html/beads/SolidBackgroundBead.as | 18 +- .../org/apache/flex/html/beads/SpinnerView.as | 30 +- .../org/apache/flex/html/beads/TextAreaView.as | 23 +- .../apache/flex/html/beads/TextButtonView.as | 18 +- .../apache/flex/html/beads/TextFieldViewBase.as | 2 +- .../apache/flex/html/beads/UpArrowButtonView.as | 22 +- .../org/apache/flex/html/beads/VRuleView.as | 8 +- .../flex/html/beads/VScrollBarThumbView.as | 30 +- .../flex/html/beads/VScrollBarTrackView.as | 25 +- .../apache/flex/html/beads/VScrollBarView.as | 24 +- .../apache/flex/html/beads/WebBrowserView.as | 2 +- .../html/beads/controllers/AlertController.as | 4 +- .../beads/controllers/ComboBoxController.as | 15 +- .../beads/controllers/DropDownListController.as | 21 +- .../controllers/HScrollBarMouseController.as | 14 +- .../controllers/VScrollBarMouseController.as | 14 +- .../flex/html/beads/layouts/BasicLayout.as | 10 +- .../flex/html/beads/layouts/HScrollBarLayout.as | 26 +- .../flex/html/beads/layouts/HorizontalLayout.as | 4 +- .../flex/html/beads/layouts/VScrollBarLayout.as | 16 +- .../flex/html/beads/models/BinaryImageModel.as | 86 ++++ .../apache/flex/html/beads/models/ImageModel.as | 17 +- .../html/supportClasses/ContainerContentArea.as | 7 +- .../flex/html/supportClasses/DataGroup.as | 5 +- .../html/supportClasses/DataItemRenderer.as | 2 +- .../html/supportClasses/ScrollingViewport.as | 15 +- .../html/supportClasses/StringItemRenderer.as | 2 +- .../supportClasses/TextFieldItemRenderer.as | 15 +- .../flex/org/apache/flex/svg/BinaryImage.as | 87 ++++ .../src/main/flex/org/apache/flex/svg/Circle.as | 5 +- .../flex/org/apache/flex/svg/CompoundGraphic.as | 21 +- .../main/flex/org/apache/flex/svg/Ellipse.as | 37 +- .../org/apache/flex/svg/GraphicContainer.as | 23 +- .../flex/org/apache/flex/svg/GraphicShape.as | 28 +- .../src/main/flex/org/apache/flex/svg/Image.as | 133 ++++++ .../src/main/flex/org/apache/flex/svg/Path.as | 4 +- .../src/main/flex/org/apache/flex/svg/Rect.as | 6 +- .../src/main/flex/org/apache/flex/svg/Text.as | 2 +- .../flex/org/apache/flex/svg/beads/ImageView.as | 87 ++++ .../src/main/resources/basic-as-manifest.xml | 2 +- .../HTML/src/main/resources/basic-manifest.xml | 2 + .../HTML/src/main/resources/defaults.css | 9 + .../HTML/src/main/resources/svg-manifest.xml | 8 + .../test/flex/FlexUnitFlexJSApplication.mxml | 3 +- .../flex/org/apache/flex/html5/TransformBead.as | 44 ++ .../HTML5/src/main/resources/html5-manifest.xml | 51 +-- .../org/apache/flex/mobile/IViewManagerView.as | 4 +- .../flex/org/apache/flex/mobile/ManagerBase.as | 11 +- .../apache/flex/mobile/StackedViewManager.as | 3 +- .../apache/flex/mobile/beads/DeviceSizeBead.as | 16 +- .../flex/mobile/beads/MobileWebBrowserView.as | 20 +- .../flex/mobile/models/ViewManagerModel.as | 5 +- .../flex/org/apache/flex/net/BinaryUploader.as | 8 +- .../flex/org/apache/flex/net/HTTPService.as | 8 +- .../flex/org/apache/flex/net/HTTPServiceBase.as | 4 +- .../main/flex/org/apache/flex/net/URLRequest.as | 4 +- .../org/apache/flex/net/URLRequestHeader.as | 62 +++ .../main/flex/org/apache/flex/net/URLStream.as | 44 +- frameworks/projects/XML/src/main/flex/XML.as | 293 ++++++++---- .../projects/XML/src/main/flex/XMLList.as | 310 ++++++++++--- .../src/products/ProductItemRenderer.as | 2 +- .../src/products/ProductItemRenderer.as | 2 +- 251 files changed, 6463 insertions(+), 2755 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/build.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/Core/.flexLibProperties ---------------------------------------------------------------------- diff --cc frameworks/projects/Core/.flexLibProperties index 20339ea,4d32599..f107568 --- a/frameworks/projects/Core/.flexLibProperties +++ b/frameworks/projects/Core/.flexLibProperties @@@ -1,24 -1,8 +1,26 @@@ + - + + + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --cc frameworks/projects/GoogleMaps/pom.xml index 915bab7,915bab7..71e6134 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@@ -76,6 -76,6 +76,19 @@@ swc typedefs ++ ++ org.apache.flex.flexjs.framework ++ HTML ++ 0.8.0-SNAPSHOT ++ swc ++ ++ ++ org.apache.flex.flexjs.framework ++ HTML ++ 0.8.0-SNAPSHOT ++ swc ++ typedefs ++ org.apache.flex.flexjs.typedefs http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/Graphics/.actionScriptProperties ---------------------------------------------------------------------- diff --cc frameworks/projects/Graphics/.actionScriptProperties index d67949b,49ec6c7..355befe --- a/frameworks/projects/Graphics/.actionScriptProperties +++ b/frameworks/projects/Graphics/.actionScriptProperties @@@ -1,24 -1,6 +1,24 @@@ + - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/Graphics/.flexLibProperties ---------------------------------------------------------------------- diff --cc frameworks/projects/Graphics/.flexLibProperties index 0d6f4f8,1fbacb4..3de4ff6 --- a/frameworks/projects/Graphics/.flexLibProperties +++ b/frameworks/projects/Graphics/.flexLibProperties @@@ -1,27 -1,6 +1,24 @@@ + - - - - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/Graphics/src/main/resources/svg-manifest.xml ---------------------------------------------------------------------- diff --cc frameworks/projects/Graphics/src/main/resources/svg-manifest.xml index 08d278a,fd08c87..adceb51 --- a/frameworks/projects/Graphics/src/main/resources/svg-manifest.xml +++ b/frameworks/projects/Graphics/src/main/resources/svg-manifest.xml @@@ -20,12 -20,16 +20,8 @@@ -- -- -- -- -- -- - + + - - + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/956037ae/frameworks/projects/HTML/src/main/resources/svg-manifest.xml ---------------------------------------------------------------------- diff --cc frameworks/projects/HTML/src/main/resources/svg-manifest.xml index a32483e,a32483e..28d4b47 --- a/frameworks/projects/HTML/src/main/resources/svg-manifest.xml +++ b/frameworks/projects/HTML/src/main/resources/svg-manifest.xml @@@ -20,5 -20,5 +20,13 @@@ ++ ++ ++ ++ ++ ++ ++ ++