You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/01/02 07:47:27 UTC

[royale-asjs] branch develop updated: Bring back original state for flex-sdk-description file

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 e6278f9  Bring back original state for flex-sdk-description file
e6278f9 is described below

commit e6278f9175e2a4e179750f4e18513a0e46a58f3a
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Jan 2 08:47:19 2018 +0100

    Bring back original state for flex-sdk-description file
---
 build.xml | 29 ++++-------------------------
 1 file changed, 4 insertions(+), 25 deletions(-)

diff --git a/build.xml b/build.xml
index 8e7a01a..24321f8 100644
--- a/build.xml
+++ b/build.xml
@@ -339,25 +339,6 @@
         </echo>
     </target>
 
-    <target name="swf-js-output-flex-description" if="env.PLAYERGLOBAL_HOME">
-       <echo file="${basedir}/flex-sdk-description.xml" append="true">
-&lt;output-targets&gt;
-    &lt;output-target name="js" version="Ecma5Strict" /&gt;
-    &lt;output-target name="swf" version="AS3" AIR="${air.version}" Flash="${playerglobal.version}" /&gt;
-&lt;/output-targets&gt;
-&lt;/flex-sdk-description&gt;
-       </echo>
-    </target>
-
-    <target name="js-output-flex-description" unless="env.PLAYERGLOBAL_HOME">
-        <echo file="${basedir}/flex-sdk-description.xml" append="true">
-&lt;output-targets&gt;
-    &lt;output-target name="js" version="Ecma5Strict" /&gt;
-&lt;/output-targets&gt;
-&lt;/flex-sdk-description&gt;
-        </echo>
-    </target>
-
     <target name="create-description" description="Generate flex-sdk-description.xml" unless="airsdk.found">
         <tstamp>
         	<format property="build.number.date" pattern="yyyyMMdd" />
@@ -383,13 +364,11 @@
 
 --&gt;
 &lt;flex-sdk-description&gt;
-&lt;name&gt;${release.name} ${release.version}&lt;/name&gt;
+&lt;name&gt;${release.name} ${release.version} FP${playerglobal.version} AIR${air.version} ${locale}&lt;/name&gt;
 &lt;version&gt;${fb.release.version}&lt;/version&gt;
 &lt;build&gt;${build.number.date}&lt;/build&gt;
+&lt;/flex-sdk-description&gt;
         </echo>
-        <antcall target="js-output-flex-description" />
-        <antcall target="swf-js-output-flex-description" />
-
         <echo file="${basedir}/royale-sdk-description.xml">&lt;?xml version="1.0"?&gt;
 &lt;!--
 
@@ -410,8 +389,8 @@
 
 --&gt;
 &lt;royale-sdk-description&gt;
-&lt;name&gt;${release.name} ${release.version}&lt;/name&gt;
-&lt;version&gt;${fb.release.version}&lt;/version&gt;
+&lt;name&gt;${release.name}&lt;/name&gt;
+&lt;version&gt;${release.version}&lt;/version&gt;
 &lt;build&gt;${build.number.date}&lt;/build&gt;
         </echo>
 

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