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 a0d3c89e7501aa3334101463efdb2212594ad3e1 Author: Josh Tynjala <[email protected]> AuthorDate: Wed May 7 13:49:39 2025 -0700 compiler: clarify services compiler option description (Royale Data Services seemed like a bad find/replace. Mentioned BlazeDS) --- .../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 79b3191cf..3b4a2bad2 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 @@ -85,7 +85,7 @@ compiler.namespaces.namespace=Specify a URI to associate with a manifest of comp compiler.optimize=Enable post-link SWF optimization compiler.preloader=Specifies the default value for the Application's preloader attribute. If not specified, the default preloader value is mx.preloaders.SparkDownloadProgressBar when -compatibility-version >= 4.0 and mx.preloaders.DownloadProgressBar when -compatibility-version < 4.0. compiler.profile=generate a movie that is suitable for performance and memory profiling -compiler.services=path to Royale Data Services configuration file +compiler.services=path to data services (i.e. BlazeDS) configuration file compiler.omit-trace-statements=toggle whether trace statements are omitted compiler.report-invalid-styles-as-warnings=enables reporting of invalid styles as warnings compiler.report-missing-required-skin-parts-as-warnings=Use this option to generate a warning instead of an error when a missing required skin part is detected.
