Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8628CE842 for ; Sat, 29 Dec 2012 10:49:47 +0000 (UTC) Received: (qmail 14318 invoked by uid 500); 29 Dec 2012 10:49:47 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 14273 invoked by uid 500); 29 Dec 2012 10:49:47 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 14263 invoked by uid 99); 29 Dec 2012 10:49:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2012 10:49:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Dec 2012 10:49:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BBBFD23888E7; Sat, 29 Dec 2012 10:49:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1426742 - /incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Date: Sat, 29 Dec 2012 10:49:24 -0000 To: flex-commits@incubator.apache.org From: bigosmallm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121229104924.BBBFD23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bigosmallm Date: Sat Dec 29 10:49:24 2012 New Revision: 1426742 URL: http://svn.apache.org/viewvc?rev=1426742&view=rev Log: Fixed a typo in InstallApacheFlex.mxml Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml?rev=1426742&r1=1426741&r2=1426742&view=diff ============================================================================== --- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml (original) +++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Sat Dec 29 10:49:24 2012 @@ -288,7 +288,7 @@ variables are not required because the l } else { - request new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); + request = new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); } _loader = new URLLoader();