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-asjs.git

commit a76f7fb8f7dbd2ef860e2d89efd94d4d6ca5bd4b
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Apr 17 15:56:05 2025 -0700

    ASDoc: stricter builds
---
 examples/royale/ASDoc/build.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/royale/ASDoc/build.xml b/examples/royale/ASDoc/build.xml
index 032a0296b6..ab6795eebe 100644
--- a/examples/royale/ASDoc/build.xml
+++ b/examples/royale/ASDoc/build.xml
@@ -111,7 +111,6 @@
                 <not>
                     <or>
                         <equals arg1="${errorCodeJS}" arg2="0" />
-                        <equals arg1="${errorCodeJS}" arg2="2" />
                     </or>
                 </not>
             </condition>
@@ -158,7 +157,6 @@
                 <not>
                     <or>
                         <equals arg1="${errorCodeSWF}" arg2="0" />
-                        <equals arg1="${errorCodeSWF}" arg2="2" />
                     </or>
                 </not>
             </condition>

Reply via email to