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/17 09:14:51 UTC

[3/3] git commit: [flex-asjs] [refs/heads/develop] - forgot to add md5 server url logic

forgot to add md5 server url logic


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

Branch: refs/heads/develop
Commit: 50c8ddc0297af2b9c702c6bee399f20c1a4c5502
Parents: 5053455
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 17 00:05:26 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 17 00:05:26 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/50c8ddc0/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 421f087..2f0d2cb 100644
--- a/installer.xml
+++ b/installer.xml
@@ -215,6 +215,7 @@
             <equals arg1="${falcon.uses.mirror}" arg2="true" />
         </condition>
         <property name="falcon.server.url" value="http://archive.apache.org/dist" />
+        <property name="falcon.md5.server.url" value="${falcon.server.url}" />
         <property name="falcon.folder" value="flex/falcon/${falcon.version}/binaries" />
         <property name="falcon.file" value="apache-flex-falconjx-${falcon.version}-bin.zip" />
     </target>