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 9fac240  add another check for empty-folder
9fac240 is described below

commit 9fac24070909949a2702c1fe82b04cf1d9aed50f
Author: Alex Harui <aha...@apache.org>
AuthorDate: Sun Nov 11 18:27:46 2018 -0800

    add another check for empty-folder
---
 releasecandidate.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index e6349bc..7415a1f 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -76,7 +76,11 @@
         <available file="${basedir}/build.properties"
             type="file"
             property="found.build.properties" value="true" />
-        
+
+        <available file="${basedir}/royale-asjs/build.properties"
+            type="file"
+            property="found.build.properties" value="true" />
+
         <fail message="This script should be copied into an empty folder and 
run from there.  Run the maven-branch target to create release branches or run 
the 'maven' target to start creating an release candidate, then start with an 
empty folder again and run the 'main' target to complete the release candidate."
             if="found.build.properties"/>
     </target>

Reply via email to