You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/04/24 18:06:09 UTC

[37/50] [abbrv] git commit: [flex-falcon] [refs/heads/maven] - handle different FP versions

handle different FP versions


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

Branch: refs/heads/maven
Commit: afdd66741db481c97ad18d9be5b8aff8baf8fbbc
Parents: e823ab6
Author: Alex Harui <ah...@apache.org>
Authored: Tue Apr 22 12:46:10 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Apr 22 12:46:10 2014 -0700

----------------------------------------------------------------------
 compiler/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/afdd6674/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index 2b4d16d..4202ff0 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -40,6 +40,7 @@
     <!-- Properties can be overridden locally by loading a local.properties file -->
     <property file="${compiler}/local.properties"/>
     
+	<property name="playerglobal.version" value="11.1" />
     <property name="env.FLEX_HOME" value="${compiler}/generated/dist/sdk"/>
     <property name="env.PLAYERGLOBAL_HOME" value="${compiler}/generated/dist/sdk/frameworks/libs/player"/>
 
@@ -817,7 +818,7 @@
                 <include name="lzma*"/>
             </fileset>
         </copy>
-        <copy file="${env.PLAYERGLOBAL_HOME}/11.1/playerglobal.swc" todir="${sdk}/frameworks/libs/player/11.1"/>
+        <copy file="${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc" todir="${sdk}/frameworks/libs/player/${playerglobal.version}"/>
         <copy file="${env.AIR_HOME}/frameworks/libs/air/airglobal.swc" todir="${sdk}/frameworks/libs/air"/>
         <!-- Create an env.properties file that tells the compiler's configuration system how to expand {playerglobalHome} and {airHome} -->
         <echo message="env.PLAYERGLOBAL_HOME=${sdk}/frameworks/libs/player${line.separator}" file="${sdk}/env.properties"/>