You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/26 05:20:44 UTC

[royale-asjs] 04/04: apparently themes don't have typedefs.swc files anymore

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

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

commit ba55c17401fdeb842a2d16225fa1967a69616b38
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 25 22:20:26 2020 -0700

    apparently themes don't have typedefs.swc files anymore
---
 releasesteps.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index 6cbef4c..729a6fc 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -780,9 +780,11 @@
     </target>
     
     <target name="sign-theme-artifacts" depends="sign-swc-artifacts">
+        <!-- just in case we need these in the future
         <antcall target="sign-file" >
             <param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/framework/${swcname}/${release.version}/${swcname}-${release.version}-typedefs.swc" />
         </antcall>
+        -->
     </target>
     
     <target name="sign-swc-artifacts">