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 fdfdc87  try to fix release script now that repos are re-cloned so 
they don't have jars
fdfdc87 is described below

commit fdfdc874ace923404252089111854f60fd0fdb58
Author: Alex Harui <aha...@apache.org>
AuthorDate: Mon Nov 12 22:54:53 2018 -0800

    try to fix release script now that repos are re-cloned so they don't have 
jars
---
 releasecandidate.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 7415a1f..5c68826 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -859,6 +859,8 @@
     </target>
     
     <target name="ant-artifacts">
+        <property name="ROYALE_COMPILER_REPO" 
value="${basedir}/royale-compiler" />
+        <property name="ROYALE_TYPEDEFS_HOME" 
value="${basedir}/royale-typedefs" />
                <ant dir="${basedir}/royale-asjs" target="release" />
                <ant dir="${basedir}/royale-asjs" target="create-SHA-512" />
         <ant dir="${basedir}/royale-asjs" target="create-SHA-512-jsonly" />

Reply via email to