You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/12/18 18:53:37 UTC

[royale-asjs] branch develop updated: RoyaleUnitUI: add to release stuff

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


The following commit(s) were added to refs/heads/develop by this push:
     new 42a6edf  RoyaleUnitUI: add to release stuff
42a6edf is described below

commit 42a6edfb71b08e282f427b747e19907b86009ddc
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Dec 18 10:53:30 2019 -0800

    RoyaleUnitUI: add to release stuff
---
 ApproveRoyale.xml |  2 ++
 releasesteps.xml  | 13 ++++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index cb543cf..6fd2135 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -486,6 +486,7 @@
                 <exclude name="royale-asjs/frameworks/libs/Reflection.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/RoyaleSite.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/RoyaleUnit.swc"/>
+                <exclude name="royale-asjs/frameworks/libs/RoyaleUnitUI.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/SparkRoyale.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Storage.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/TLF.swc"/>
@@ -520,6 +521,7 @@
                 <exclude name="royale-asjs/frameworks/js/libs/ReflectionJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/RoyaleSiteJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/RoyaleUnitJS.swc"/>
+                <exclude name="royale-asjs/frameworks/js/libs/RoyaleUnitUIJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/SparkRoyaleJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/StorageJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/TLFJS.swc"/>
diff --git a/releasesteps.xml b/releasesteps.xml
index 7e52555..5d6e19f 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -220,7 +220,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,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,MaterialDesignLite,Mobile,Network,Reflection,RoyaleUnit,RoyaleUnitUI,RoyaleSite,SparkRoyale,Storage,TLF,Text,XML,BasicTheme,JewelTheme"/>
         <echo file="${artifactfolder}/swcs.txt" message="${swcs-list}"/>
     </target>
     
@@ -506,6 +506,9 @@
             <param name="swcname" value="RoyaleUnit" />
         </antcall>
         <antcall target="sign-swc-artifacts" >
+            <param name="swcname" value="RoyaleUnitUI" />
+        </antcall>
+        <antcall target="sign-swc-artifacts" >
             <param name="swcname" value="SparkRoyale" />
         </antcall>
         <antcall target="sign-swc-artifacts" >
@@ -1337,6 +1340,10 @@
         </antcall>
         <antcall target="compare-swf-swc">
             <param name="folderName" value="royale-asjs/frameworks/libs" />
+            <param name="fileName" value="RoyaleUnitUI.swc"/>
+        </antcall>
+        <antcall target="compare-swf-swc">
+            <param name="folderName" value="royale-asjs/frameworks/libs" />
             <param name="fileName" value="SparkRoyale.swc"/>
         </antcall>
         <antcall target="compare-swf-swc">
@@ -1473,6 +1480,10 @@
         </antcall>
         <antcall target="compare-swf-swc">
             <param name="folderName" value="royale-asjs/frameworks/js/libs" />
+            <param name="fileName" value="RoyaleUnitUIJS.swc"/>
+        </antcall>
+        <antcall target="compare-swf-swc">
+            <param name="folderName" value="royale-asjs/frameworks/js/libs" />
             <param name="fileName" value="SparkRoyaleJS.swc"/>
         </antcall>
         <antcall target="compare-swf-swc">