This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit fde9bdb8e1964f7ddb3e3c743b95f6949597e0f7 Author: Josh Tynjala <[email protected]> AuthorDate: Wed May 7 15:49:06 2025 -0700 compiler: Flex => Royale --- .../main/resources/org/apache/royale/compiler/messages_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/main/resources/org/apache/royale/compiler/messages_en.properties b/compiler/src/main/resources/org/apache/royale/compiler/messages_en.properties index 3b4a2bad2..72b91214f 100644 --- a/compiler/src/main/resources/org/apache/royale/compiler/messages_en.properties +++ b/compiler/src/main/resources/org/apache/royale/compiler/messages_en.properties @@ -156,7 +156,7 @@ dependency.dependency-report=output an XML-formatted report describing the depen digest.rsl-file=location of the RSL to compute the digest of digest.swc-path=path of the swc file or directory where the digest will be updated directory=output the library as an open directory instead of a SWC file -dump-config=write a file containing all currently set configuration values in a format suitable for use as a flex config file +dump-config=write a file containing all currently set configuration values in a format suitable for use as a Royale config file externs=a list of symbols to omit from linking when building a SWF includes=a list of symbols to always link in when building a SWF include-classes=a list of classes to include in the output SWC
