This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit c488c39d4088f825d03a757b42030c2d1937dcc0 Author: Alex Harui <[email protected]> AuthorDate: Mon Aug 6 09:24:45 2018 -0700 comment out resource bundles for now --- .../MXRoyale/src/main/royale/mx/collections/ListCollectionView.as | 2 +- frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as | 2 +- frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as | 2 +- .../projects/MXRoyale/src/main/royale/mx/formatters/DateFormatter.as | 2 +- .../MXRoyale/src/main/royale/mx/formatters/NumberFormatter.as | 4 ++-- .../projects/MXRoyale/src/main/royale/mx/messaging/ChannelSet.as | 4 ++-- .../MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as | 2 +- .../projects/MXRoyale/src/main/royale/mx/skins/RectangularBorder.as | 2 +- .../projects/MXRoyale/src/main/royale/mx/validators/DateValidator.as | 4 ++-- .../MXRoyale/src/main/royale/mx/validators/NumberValidator.as | 2 +- .../MXRoyale/src/main/royale/mx/validators/PhoneNumberValidator.as | 2 +- .../MXRoyale/src/main/royale/mx/validators/RegExpValidator.as | 2 +- .../MXRoyale/src/main/royale/mx/validators/StringValidator.as | 2 +- .../SparkRoyale/src/main/royale/spark/components/Application.as | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as index 04c4e45..0b12b50 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as @@ -60,7 +60,7 @@ package mx.collections */ [Event(name="collectionChange", type="mx.events.CollectionEvent")] -[ResourceBundle("collections")] +//[ResourceBundle("collections")] /** * The ListCollectionView class adds the properties and methods of the diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as index 39dc1f2..4f6f812 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/Sort.as @@ -36,7 +36,7 @@ package mx.collections use namespace mx_internal; [DefaultProperty("fields")] -[ResourceBundle("collections")] +//[ResourceBundle("collections")] /* [Alternative(replacement="spark.collections.Sort", since="4.5")] */ /** diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as index 60920ab..cf3ba47 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as @@ -69,7 +69,7 @@ include "../styles/metadata/TextStyles.as" // Other metadata //-------------------------------------- -[ResourceBundle("core")] +//[ResourceBundle("core")] /** * The UITextField class defines the component used by many Flex diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/DateFormatter.as b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/DateFormatter.as index 34a43e3..5592d46 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/DateFormatter.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/DateFormatter.as @@ -26,7 +26,7 @@ import mx.managers.SystemManager; */ use namespace mx_internal; -[ResourceBundle("SharedResources")] +//[ResourceBundle("SharedResources")] [Alternative(replacement="spark.formatters.DateTimeFormatter", since="4.5")] /** diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/NumberFormatter.as b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/NumberFormatter.as index 412da50..1b6e660 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/NumberFormatter.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/formatters/NumberFormatter.as @@ -23,8 +23,8 @@ package mx.formatters import mx.managers.ISystemManager; //import mx.managers.SystemManager; -[ResourceBundle("formatters")] -[ResourceBundle("SharedResources")] +//[ResourceBundle("formatters")] +//[ResourceBundle("SharedResources")] [Alternative(replacement="spark.formatters.NumberFormatter", since="4.5")] /** diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/ChannelSet.as b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/ChannelSet.as index eb95791..eb47e71 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/ChannelSet.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/ChannelSet.as @@ -53,7 +53,7 @@ import mx.utils.Base64Encoder; */ use namespace mx_internal; -[DefaultProperty("channels")] +//[DefaultProperty("channels")] /** * Dispatched after a Channel in the ChannelSet has connected to its endpoint. @@ -132,7 +132,7 @@ use namespace mx_internal; */ //[Event(name="propertyChange", type="mx.events.PropertyChangeEvent")] -[ResourceBundle("messaging")] +//[ResourceBundle("messaging")] /** * The ChannelSet is a set of Channels that are used to send messages to a diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as index 02bf397..5347c96 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as @@ -42,7 +42,7 @@ import mx.core.mx_internal; use namespace mx_internal; -[ResourceBundle("messaging")] +//[ResourceBundle("messaging")] /** * The AMFChannel class provides the AMF support for messaging. diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/skins/RectangularBorder.as b/frameworks/projects/MXRoyale/src/main/royale/mx/skins/RectangularBorder.as index 1f5bd91..34a2659 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/skins/RectangularBorder.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/skins/RectangularBorder.as @@ -52,7 +52,7 @@ use namespace mx_internal; import mx.core.IChildList; import org.apache.royale.events.Event; -[ResourceBundle("skins")] +//[ResourceBundle("skins")] /** * The RectangularBorder class is an abstract base class for various classes diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/DateValidator.as b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/DateValidator.as index f0d9651..6aa3681 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/DateValidator.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/DateValidator.as @@ -26,8 +26,8 @@ package mx.validators //import mx.resources.IResourceManager; //import mx.resources.ResourceManager; -[ResourceBundle("SharedResources")] -[ResourceBundle("validators")] +//[ResourceBundle("SharedResources")] +//[ResourceBundle("validators")] /** * The DateValidator class validates that a String, Date, or Object contains a diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/NumberValidator.as b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/NumberValidator.as index 07fdc0c..bddb6c2 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/NumberValidator.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/NumberValidator.as @@ -26,7 +26,7 @@ package mx.validators import mx.events.ValidationResultEvent; //import mx.managers.SystemManager; -[ResourceBundle("validators")] +//[ResourceBundle("validators")] [Alternative(replacement="spark.validators.NumberValidator", since="4.5")] /** diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/PhoneNumberValidator.as b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/PhoneNumberValidator.as index 7f6bef7..1753c90 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/PhoneNumberValidator.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/PhoneNumberValidator.as @@ -27,7 +27,7 @@ package mx.validators import mx.utils.StringUtil; import mx.events.ValidationResultEvent; -[ResourceBundle("validators")] +//[ResourceBundle("validators")] /** * The PhoneNumberValidator class validates that a string diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/RegExpValidator.as b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/RegExpValidator.as index b411976..6612da1 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/RegExpValidator.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/RegExpValidator.as @@ -24,7 +24,7 @@ import mx.events.ValidationResultEvent; /* import mx.managers.ISystemManager; import mx.managers.SystemManager; */ -[ResourceBundle("validators")] +//[ResourceBundle("validators")] /** * The RegExpValidator class lets you use a regular expression diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/StringValidator.as b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/StringValidator.as index 8494b7c..9377f85 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/validators/StringValidator.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/validators/StringValidator.as @@ -24,7 +24,7 @@ package mx.validators import mx.managers.SystemManager; */ import mx.utils.StringUtil; -[ResourceBundle("validators")] +//[ResourceBundle("validators")] /** * The StringValidator class validates that the length of a String diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Application.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Application.as index 4c9f373..0353322 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Application.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Application.as @@ -158,7 +158,7 @@ use namespace mx_internal; */ */ [Frame(factoryClass="mx.managers.SystemManager")] -[ResourceBundle("components")] +//[ResourceBundle("components")] /** * Flex defines a default, or Application, container that lets you start
