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 165aa8a Add MXRoyaleBase to release scripts
165aa8a is described below
commit 165aa8aa345d600d545a84ad11fb62f848204758
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Mar 7 17:27:07 2022 +0200
Add MXRoyaleBase to release scripts
---
releasesteps.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/releasesteps.xml b/releasesteps.xml
index c65637d..c52bd1e 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -228,7 +228,7 @@
<delete file="${artifactfolder}/swcs.txt" />
<!-- this is a comma-delimited, no spaces, no-line-breaks list used to
decide which swcs
to skip in the rat-check of the binaries and which swcs to examine
before approval -->
- <property name="swcs-list"
value="Basic,Binding,Charts,Collections,Core,CreateJS,DragDrop,Effects,Express,Flat,FontAwesome,Formatters,GoogleMaps,Graphics,HTML,HTML5,Icons,JQuery,Jewel,Crux,Language,MXRoyale,MaterialDesignLite,Mobile,Network,Reflection,RoyaleUnit,RoyaleUnitUI,RoyaleSite,SparkRoyale,Storage,TLF,Text,XML,BasicTheme,JewelTheme"/>
+ <property name="swcs-list"
value="Basic,Binding,Charts,Collections,Core,CreateJS,DragDrop,Effects,Express,Flat,FontAwesome,Formatters,GoogleMaps,Graphics,HTML,HTML5,Icons,JQuery,Jewel,Crux,Language,MXRoyale,MXRoyaleBase,MaterialDesignLite,Mobile,Network,Reflection,RoyaleUnit,RoyaleUnitUI,RoyaleSite,SparkRoyale,Storage,TLF,Text,XML,BasicTheme,JewelTheme"/>
<echo file="${artifactfolder}/swcs.txt" message="${swcs-list}"/>
</target>
@@ -650,9 +650,12 @@
<antcall target="sign-swc-artifacts" >
<param name="swcname" value="Mobile" />
</antcall>
- <antcall target="sign-swc-artifacts" >
+ <antcall target="sign-swc-artifacts" >
<param name="swcname" value="MXRoyale" />
</antcall>
+ <antcall target="sign-swc-artifacts" >
+ <param name="swcname" value="MXRoyaleBase" />
+ </antcall>
<antcall target="sign-swc-artifacts" >
<param name="swcname" value="Network" />
</antcall>