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/24 21:09:07 UTC

[royale-asjs] branch develop updated: comment out reesourcebundle metadata 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


The following commit(s) were added to refs/heads/develop by this push:
     new 96ed70a  comment out reesourcebundle metadata for now
96ed70a is described below

commit 96ed70a19bd33d1e63414c0a44048d2d245d0587
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Oct 24 14:08:53 2018 -0700

    comment out reesourcebundle metadata for now
---
 .../MXRoyale/src/main/royale/mx/messaging/channels/DirectHTTPChannel.as | 2 +-
 .../projects/MXRoyale/src/main/royale/mx/rpc/http/HTTPMultiService.as   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/DirectHTTPChannel.as b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/DirectHTTPChannel.as
index 96ff768..f9f5080 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/DirectHTTPChannel.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/messaging/channels/DirectHTTPChannel.as
@@ -64,7 +64,7 @@ package mx.messaging.channels
 	
 	use namespace mx_internal;
 	
-	[ResourceBundle("messaging")]
+	//[ResourceBundle("messaging")]
 	
 	[ExcludeClass]
 	
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/http/HTTPMultiService.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/http/HTTPMultiService.as
index 4705c0c..7bcea45 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/http/HTTPMultiService.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/http/HTTPMultiService.as
@@ -72,7 +72,7 @@ use namespace mx_internal;
  */
 [Event(name="invoke", type="mx.rpc.events.InvokeEvent")]
 
-[ResourceBundle("rpc")]
+//[ResourceBundle("rpc")]
 
 [DefaultProperty("operationList")]
 /**