You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/06/04 00:43:12 UTC

[8/8] git commit: [flex-sdk] [refs/heads/develop] - set configMiod initially to empty

set configMiod initially to empty


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

Branch: refs/heads/develop
Commit: 6054e2ff33f068e17ffb97e1508915330f78bf24
Parents: d7da76e
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Jun 4 08:41:02 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Jun 4 08:41:02 2013 +1000

----------------------------------------------------------------------
 frameworks/projects/mobilecomponents/build.xml |    3 +++
 frameworks/projects/mobiletheme/build.xml      |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6054e2ff/frameworks/projects/mobilecomponents/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobilecomponents/build.xml b/frameworks/projects/mobilecomponents/build.xml
index 8813ed6..06bec59 100644
--- a/frameworks/projects/mobilecomponents/build.xml
+++ b/frameworks/projects/mobilecomponents/build.xml
@@ -26,6 +26,9 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
     <property file="${FLEX_HOME}/build.properties"/>
+   
+    <property name="configMod" value=""/>
+    		
 
         <macrodef name="bundle">
             <attribute name="locale"/>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6054e2ff/frameworks/projects/mobiletheme/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/build.xml b/frameworks/projects/mobiletheme/build.xml
index 42aaaff..e627bb5 100644
--- a/frameworks/projects/mobiletheme/build.xml
+++ b/frameworks/projects/mobiletheme/build.xml
@@ -26,6 +26,8 @@
     <property file="${FLEX_HOME}/env.properties"/>
     <property environment="env"/>
     <property file="${FLEX_HOME}/build.properties"/>
+	   
+	<property name="configMod" value=""/>
 
     <condition property="isMac">
         <os family="mac"/>