You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2022/03/07 19:35:02 UTC

[royale-asjs] branch release/0.9.9 updated: Add MXRoyaleBase to ant release script

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.9
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.9 by this push:
     new 923b713  Add MXRoyaleBase to ant release script
923b713 is described below

commit 923b713a324ac6f367e8fba88447e5ef33693f89
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Mon Mar 7 21:34:51 2022 +0200

    Add MXRoyaleBase to ant release script
---
 releasesteps.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index c52bd1e..2acb396 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -1615,6 +1615,10 @@
             <param name="folderName" value="royale-asjs/frameworks/libs" />
             <param name="fileName" value="MXRoyale.swc"/>
         </antcall>
+	<antcall target="compare-swf-swc">
+            <param name="folderName" value="royale-asjs/frameworks/libs" />
+            <param name="fileName" value="MXRoyaleBase.swc"/>
+        </antcall>
         <antcall target="compare-swf-swc">
             <param name="folderName" value="royale-asjs/frameworks/libs" />
             <param name="fileName" value="MaterialDesignLite.swc"/>