This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release_practice in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 38ff7ab7eacc5dbcf9f19217ad2295b23e98087e Author: Alex Harui <[email protected]> AuthorDate: Thu Jun 6 13:06:17 2019 -0700 use includeClasses instead of includeSource for XML so the swf version doesn't pick up the JS-only classes like toXML --- frameworks/projects/XML/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml index 120bd38..a29db36 100644 --- a/frameworks/projects/XML/pom.xml +++ b/frameworks/projects/XML/pom.xml @@ -47,7 +47,9 @@ <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest> </namespace> </namespaces> - <includeSources>true</includeSources> + <includeClasses> + <includeClass>XMLClasses</includeClass> + </includeClasses> <skipAS>${royale.skipAS}</skipAS> <skipExtern>true</skipExtern> </configuration>
