You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2015/01/22 15:39:42 UTC

git commit: [flex-sdk] [refs/heads/release4.14.0] - Fix RSLs 'versioning' issue in *-config.xml files

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 92e43e7cd -> b13ff2382


Fix RSLs 'versioning' issue in *-config.xml files

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/release4.14.0
Commit: b13ff2382dae3c430a3aa0f14ed987047facb256
Parents: 92e43e7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Jan 22 15:39:19 2015 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Jan 22 15:39:30 2015 +0100

----------------------------------------------------------------------
 installer.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b13ff238/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 6418fc9..95b8c36 100644
--- a/installer.xml
+++ b/installer.xml
@@ -775,13 +775,20 @@
         <echo>${INFO_INSTALLING_CONFIG_FILES}</echo>
         <antcall target="fixup-config-files-version" />
         <antcall target="fixup-config-files-swfversion" />
+        <tstamp>
+            <format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
         <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
             <replacefilter token="{playerglobalHome}"
                 value="libs/player"/>
+            <replacefilter token="$${build.number}"
+                value="${release.version}.${build.number.date}"/>
         </replace>
         <replace file="${FLEX_HOME}/frameworks/air-config.xml">
             <replacefilter token="{airHome}/frameworks/libs"
             value="libs"/>
+            <replacefilter token="$${build.number}"
+                value="${release.version}.${build.number.date}"/>
         </replace>
         <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
             <replacefilter token="{airHome}/frameworks/libs"