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 <[email protected]> Authored: Wed Jun 20 14:34:20 2018 -0700 Committer: Alex Harui <[email protected]> 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>
