You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/11 02:42:32 UTC

[2/2] git commit: [flex-sdk] [refs/heads/develop] - allow for server-based language files

allow for server-based language files


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

Branch: refs/heads/develop
Commit: 0b4d630fc65237cfcc58c65480f66ca296f646f0
Parents: b028f6d
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 10 17:38:15 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 10 17:42:14 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0b4d630f/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 013534e..e09fd19 100644
--- a/installer.xml
+++ b/installer.xml
@@ -46,6 +46,11 @@
     <property file="${FLEX_HOME}/local.properties"/>
     <property file="${FLEX_HOME}/build.properties"/>
     <property name="bundle" value="en_US" />
+	
+	<property name="flex.properties.url" value="http://flex.apache.org/installer/properties/sdk/${bundle}.properties" />
+	<get src="${flex.properties.url}" dest="${basedir}/${bundle}.properties" ignoreerrors="true" />
+    <property file="${basedir}/${bundle}.properties"/>
+	
     <property file="${FLEX_HOME}/installer.properties/${bundle}.properties"/>
     <property file="${FLEX_HOME}/installer.properties/en_US.properties"/>
     <property name="download.dir" value="${FLEX_HOME}/in"/>