You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/05 02:16:36 UTC

[royale-asjs] 01/03: comment out resource bundles for now

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit c985bcdf6d69540acbf03fe39caebab525d0c370
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Oct 4 15:06:38 2018 -0700

    comment out resource bundles for now
---
 .../MXRoyale/src/main/royale/mx/messaging/channels/AMFChannel.as        | 2 +-
 frameworks/projects/MXRoyale/src/main/royale/mx/rpc/AbstractInvoker.as  | 2 +-
 .../projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/Operation.as | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 b998da0..8803f6b 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
@@ -51,7 +51,7 @@ import mx.resources.ResourceManager;
 
 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/rpc/AbstractInvoker.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/AbstractInvoker.as
index f072e6b..1729580 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/AbstractInvoker.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/AbstractInvoker.as
@@ -44,7 +44,7 @@ import mx.netmon.NetworkMonitor;
 
 use namespace mx_internal;
 
-[ResourceBundle("rpc")]
+//[ResourceBundle("rpc")]
 
 /**
  * An invoker is an object that actually executes a remote procedure call (RPC).
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/Operation.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/Operation.as
index f1eea6c..498cb2d 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/Operation.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/Operation.as
@@ -32,7 +32,7 @@ import mx.validators.Validator;
 
 use namespace mx_internal;
 
-[ResourceBundle("rpc")]
+//[ResourceBundle("rpc")]
 
 /**
  * The Operation used for RemoteObject when created in an MXML document.