Repository: flex-sdk Updated Branches: refs/heads/develop 5be0fedb6 -> 2324f43f0
FLEX-26808 Added VectorUtil to manifest. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2324f43f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2324f43f Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2324f43f Branch: refs/heads/develop Commit: 2324f43f0f140ee0f7b31a69f8e97e34f8cc9f60 Parents: 5be0fed Author: Mihai Chira <[email protected]> Authored: Tue Mar 22 15:01:34 2016 +0100 Committer: Mihai Chira <[email protected]> Committed: Tue Mar 22 15:01:34 2016 +0100 ---------------------------------------------------------------------- frameworks/projects/framework/manifest.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2324f43f/frameworks/projects/framework/manifest.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/manifest.xml b/frameworks/projects/framework/manifest.xml index ce26f05..06d73e2 100644 --- a/frameworks/projects/framework/manifest.xml +++ b/frameworks/projects/framework/manifest.xml @@ -103,6 +103,7 @@ <component id="Transition" class="mx.states.Transition"/> <component id="UIComponent" class="mx.core.UIComponent"/> <component id="Validator" class="mx.validators.Validator"/> + <component id="VectorUtil" class="mx.utils.VectorUtil"/> <component id="XMLListCollection" class="mx.collections.XMLListCollection"/> <component id="ZipCodeFormatter" class="mx.formatters.ZipCodeFormatter"/> <component id="ZipCodeValidator" class="mx.validators.ZipCodeValidator"/>
