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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d2f67da  more fixes to release steps
d2f67da is described below

commit d2f67da7051487a620b9c2efe05a446ff2b0e354
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Apr 10 23:11:15 2020 -0700

    more fixes to release steps
---
 compiler-build-tools/releasesteps.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-build-tools/releasesteps.xml 
b/compiler-build-tools/releasesteps.xml
index d32352c..5b10403 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -305,7 +305,7 @@
 <!--
                <copy file="${basedir}/README" 
tofile="${dist.dev}/royale/compiler/${release.version}/rc${rc}/READme" />
         -->
-               <copy file="${basedir}/ApproveCompilerBuildTools.xml" 
tofile="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/ApproveCompilerBuildTools.xml"
 />
+               <copy file="${basedir}/ApproveBuildTools.xml" 
tofile="${dist.dev}/royale/compiler-build-tools/${release.version}/rc${rc}/ApproveBuildTools.xml"
 />
         <exec executable="${svn}" 
dir="${dist.dev}/royale/compiler-build-tools" failonerror="true" >
             <arg value="update" />
         </exec>

Reply via email to