You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2018/06/20 21:37:03 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - remove more uses of build.number. We need to specify it in release.version

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 27e1a10bf -> 3556062e9


remove more uses of build.number.  We need to specify it in release.version


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/4e255c43
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/4e255c43
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/4e255c43

Branch: refs/heads/develop
Commit: 4e255c433ddf853b6beadb8ce5dcc2f2c1a3eb47
Parents: 27e1a10
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 20 14:34:20 2018 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 20 14:34:20 2018 -0700

----------------------------------------------------------------------
 flex-installer/build.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/4e255c43/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index b63cdff..6b04a48 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -62,7 +62,7 @@
     <property file="${basedir}/build.number"/>
 	<property file="${CERT_PASSWORD_FILE}"/>
 
-    <property name="installer.version" value="${release.version}.${build.number}"/>
+    <property name="installer.version" value="${release.version}"/>
     <property name="kit.prefix" value="apache-flex-sdk-installer-${installer.version}"/>
     <property name="kit.prefix64" value="apache-flex-sdk-installer-${installer.version}-64bit"/>
     <property name="source.kit" value="${kit.prefix}-src"/>
@@ -374,8 +374,6 @@
             <library-path dir="${LIBRARY_DIR}" includes="*.swc" append="true"/>
             <library-path dir="${ANT_ON_AIR_DIR}" includes="*.swc" append="true"/>
             <!--<library-path dir="${LIBRARY_DIR}/temp/as3httpclient-master/lib" includes="*.swc" append="true"/>-->
-            <define name="INSTALLER::releaseVersion" value="${release.version}"/>
-            <define name="INSTALLER::buildNumber" value="${build.number}"/>
         </mxmlc>
     </target>
 


[2/2] git commit: [flex-utilities] [refs/heads/develop] - typo

Posted by ah...@apache.org.
typo


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3556062e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3556062e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3556062e

Branch: refs/heads/develop
Commit: 3556062e99c2dcd70c2c17005f1e54f80054838b
Parents: 4e255c4
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 20 14:36:56 2018 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 20 14:36:56 2018 -0700

----------------------------------------------------------------------
 flex-installer/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3556062e/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index 6b04a48..db79bfc 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -680,7 +680,7 @@
         <antcall target="create-SHA-512-64bit" />
     </target>
     
-    <target name="create-SHA-512-64Bit" if="isWindows">
+    <target name="create-SHA-512-64bit" if="isWindows">
         <checksum algorithm="SHA-512" file="${RELEASE_DIR}/${kit.prefix64}-bin.zip" forceOverwrite="yes"/>
     </target>