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 2018/01/21 23:34:31 UTC

[royale-asjs] branch develop updated: I thought I'd already changed this

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-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 408a442  I thought I'd already changed this
408a442 is described below

commit 408a442d08a8694885bffa7bdd4f724f4384c5d7
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Jan 21 15:34:13 2018 -0800

    I thought I'd already changed this
---
 ApproveRoyale.xml    | 2 +-
 releasecandidate.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 6fecba7..b68dd70 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -69,7 +69,7 @@
 
     <property name="build.target" value="main" />
 	
-    <condition property="mvn" value="mvn.exe">
+    <condition property="mvn" value="mvn.cmd">
         <isset property="isWindows" />
     </condition>
     <property name="mvn" value="mvn" />
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 6e0ab59..47284c4 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -204,7 +204,7 @@
         unless="git"/>
     -->
     
-    <condition property="mvn" value="mvn.exe">
+    <condition property="mvn" value="mvn.cmd">
         <isset property="isWindows" />
     </condition>
     <property name="mvn" value="mvn" />

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].