Point to config file on server

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

Branch: refs/heads/master
Commit: f3e4bc759d9ed6f6bfe494f44c1b65bbadce6bef
Parents: 9850474
Author: Om <bigosma...@gmail.com>
Authored: Wed Jul 17 01:11:04 2013 -0700
Committer: Om <bigosma...@gmail.com>
Committed: Wed Jul 17 01:11:04 2013 -0700

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f3e4bc75/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index 9c4fc9a..264d51e 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -360,8 +360,8 @@ variables are not required because the locations of these 
pieces are known.
                        if (configOverride != "") {
                                request = new URLRequest(configOverride);
                        } else {
-//                             request = new 
URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
-                               request = new 
URLRequest(Constants.CONFIG_XML_NAME);
+                               request = new 
URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
+//                             request = new 
URLRequest(Constants.CONFIG_XML_NAME);
                        }
                        
                        _loader = new URLLoader();

Reply via email to