You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2013/06/01 22:56:21 UTC

git commit: [flex-sdk] [refs/heads/develop] - frameworks-rsls is broken since it depends of "build.number.date" variable that is not provided.

Updated Branches:
  refs/heads/develop c0a3818c0 -> aef1d4556


frameworks-rsls is broken since it depends of "build.number.date" variable that is not provided.


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

Branch: refs/heads/develop
Commit: aef1d4556c9bd66901e48b87b6162059dafa0af4
Parents: c0a3818
Author: Carlos Rovira <ca...@apache.org>
Authored: Sat Jun 1 22:55:26 2013 +0200
Committer: Carlos Rovira <ca...@apache.org>
Committed: Sat Jun 1 22:55:26 2013 +0200

----------------------------------------------------------------------
 build.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/aef1d455/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7986d28..56fe943 100644
--- a/build.xml
+++ b/build.xml
@@ -452,6 +452,10 @@
     </macrodef>
 
 	<target name="frameworks-rsls" description="Build signed framework RSLs">
+		<tstamp>
+        	<format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
+        <echo message="build.number is ${build.number.date}"/>
 		<!-- textLayout RSL -->
 		<create-rsl rsl-dir="${basedir}/frameworks/rsls" swc-dir="${basedir}/frameworks/libs" swc-name="textLayout" build-number="${release.version}.${build.number.date}"/>
 		<!-- framework RSL -->