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/16 21:45:40 UTC

[royale-asjs] branch develop updated: start to handle new package names

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 25a6709  start to handle new package names
25a6709 is described below

commit 25a6709fbbd0978646d680c45c9a6f0c11b1d5f0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Jan 13 23:41:52 2018 -0800

    start to handle new package names
---
 releasecandidate.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index b136a16..9c19724 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -865,12 +865,12 @@
 		</copy>
 		<copy todir="${dist.dev}/royale/${release.version}/rc${rc}/binaries" >
 			<fileset dir="${asjs}/out" >
-				<include name="apache-royale-${release.version}-bin*" />
+				<include name="apache-royale-${release.version}-bin-js-swf*" />
 			</fileset>
 		</copy>
         <copy todir="${dist.dev}/royale/${release.version}/rc${rc}/binaries" >
             <fileset dir="${asjs}/out" >
-                <include name="apache-royale-jsonly-${release.version}-bin*" />
+                <include name="apache-royale-${release.version}-bin-js*" />
             </fileset>
         </copy>
 		<!--<copy todir="${dist.dev}/royale/${release.version}/rc${rc}/doc" >
@@ -992,11 +992,11 @@ ready-to-use in an IDE or command-line.  If you need SWF output, use the\n\
 You may also get the binary packages via NPM.  The -js package can be\n\
 installed via:\n\
 \n\
-npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc}/binaries/apache-royale-jsonly-${release.version}-bin.tar.gz -g\n\
+npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc}/binaries/apache-royale-${release.version}-bin-js.tar.gz -g\n\
 \n\
 The full package with SWF support can be installed via:\n\
 \n\
-npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc{rc}/binaries/apache-royale-${release.version}-bin.tar.gz -g\n\
+npm install https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc{rc}/binaries/apache-royale-${release.version}-bin-js-swf.tar.gz -g\n\
 \n\
 Maven artifacts are staged here:\n\
 https://repository.apache.org/content/repositories/orgapacheroyale-${maven.staging.folder.number}\n\

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