This is an automated email from the ASF dual-hosted git repository.
piotrz 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 0d166c1 Create js only description in temp folder before zipping
0d166c1 is described below
commit 0d166c1ef398397841b68b6df4d8e6e3a9aa48af
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Jan 3 22:25:58 2018 +0100
Create js only description in temp folder before zipping
---
build.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index 19da6c5..3e2710e 100644
--- a/build.xml
+++ b/build.xml
@@ -344,7 +344,7 @@
<format property="build.number.date" pattern="yyyyMMdd" />
</tstamp>
<echo message="build.number is ${build.number.date}"/>
- <echo file="${ROYALE_HOME}/royale-sdk-description.xml"><?xml
version="1.0"?>
+ <echo file="${basedir}/temp/royale-sdk-description.xml"><?xml
version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -947,8 +947,6 @@ limitations under the License.
<target name="jsonly-package" if="env.AIR_HOME"
description="subset binary package to be a js-only package if AIR_HOME
is set and we built a SWF+JS package">
- <antcall target="create-jsonly-description" />
-
<!-- assumes temp folder contains the binary package with SWF stuff in
it -->
<delete dir="${basedir}/temp/royale-asjs/frameworks/libs"
failonerror="false" includeEmptyDirs="true" />
<mkdir dir="${basedir}/temp/royale-asjs/frameworks/libs" />
@@ -996,6 +994,7 @@ limitations under the License.
</fileset>
</replace>
<!-- replace npm descriptor with js-only descriptor -->
+ <antcall target="create-jsonly-description" />
<copy file="${basedir}/npm/package.json" todir="${basedir}/temp"
overwrite="true"/>
<zip
destfile="${basedir}/out/apache-royale-jsonly-${release.version}-bin.zip"
basedir="${basedir}/temp"/>
<tar-gzip name="apache-royale-jsonly-${release.version}-bin" />
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].