This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from 3f76ef1ce RPC: arguments made with duplicate child tags are now
treated as arrays
new bab243d40 MXMLModelPropertyContainerNodeBase: add missing
setLocation() for tags
new f2808fde5 RPC: arguments/request tags are now parsed the same as
<fx:Model>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../mxml/MXMLHTTPServiceRequestPropertyNode.java | 108 ++++++++++++--------
.../mxml/MXMLModelPropertyContainerNodeBase.java | 4 +
...XMLRemoteObjectMethodArgumentsPropertyNode.java | 108 ++++++++++++--------
...MLWebServiceOperationArgumentsPropertyNode.java | 110 +++++++++++++--------
.../java/mxml/tags/MXMLHTTPServiceTagTests.java | 12 +++
.../java/mxml/tags/MXMLRemoteObjectTagTests.java | 14 ++-
.../java/mxml/tags/MXMLWebServiceTagTests.java | 34 +++++++
7 files changed, 267 insertions(+), 123 deletions(-)