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/11 06:28:55 UTC

[royale-compiler] branch develop updated: need svn

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 a0b9a68  need svn
a0b9a68 is described below

commit a0b9a6853db8828ce3d6427ae08b19e910661e0a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Apr 10 23:28:41 2020 -0700

    need svn
---
 compiler-build-tools/releasesteps.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/compiler-build-tools/releasesteps.xml b/compiler-build-tools/releasesteps.xml
index 75c95f6..8145954 100644
--- a/compiler-build-tools/releasesteps.xml
+++ b/compiler-build-tools/releasesteps.xml
@@ -74,6 +74,11 @@
     </condition>
     <property name="mvn" value="mvn" />
 
+    <condition property="svn" value="svn.exe">
+        <isset property="isWindows" />
+    </condition>
+    <property name="svn" value="svn" />
+
     <available file="${env.ANT_HOME}/lib/${apache.rat.jar}"
         type="file"
         property="apache.rat.found"/>