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 D7F549D9E for ; Wed, 8 Aug 2012 20:59:53 +0000 (UTC) Received: (qmail 20839 invoked by uid 500); 8 Aug 2012 20:59:53 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 20779 invoked by uid 500); 8 Aug 2012 20:59:53 -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 20771 invoked by uid 99); 8 Aug 2012 20:59:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 20:59:53 +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; Wed, 08 Aug 2012 20:59:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7885123889FA; Wed, 8 Aug 2012 20:59:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370961 - /incubator/flex/trunk/mustella/local.properties Date: Wed, 08 Aug 2012 20:59:09 -0000 To: flex-commits@incubator.apache.org From: pent@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120808205909.7885123889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pent Date: Wed Aug 8 20:59:09 2012 New Revision: 1370961 URL: http://svn.apache.org/viewvc?rev=1370961&view=rev Log: Added better comments to the local.properties file Modified: incubator/flex/trunk/mustella/local.properties Modified: incubator/flex/trunk/mustella/local.properties URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/local.properties?rev=1370961&r1=1370960&r2=1370961&view=diff ============================================================================== --- incubator/flex/trunk/mustella/local.properties (original) +++ incubator/flex/trunk/mustella/local.properties Wed Aug 8 20:59:09 2012 @@ -19,15 +19,21 @@ # See local-template.properties for all available options. -#sdk.dir=/Users/cframpto/dev/apache -#frameworks=${sdk.dir}/frameworks -#sdk.bin.dir=${sdk.dir}/bin -#mxmlc.dir=${sdk.bin.dir} +# Define the location of the Flex SDK. It should be the full path to the SDK +sdk.dir="FULL PATH TO APACHE FLEX SDK" + +frameworks=${sdk.dir}/frameworks +sdk.bin.dir=${sdk.dir}/bin +mxmlc.dir=${sdk.bin.dir} + +# Either set up and define player.dir here, or set the environment variable, FLASHPLAYER_DEBUGGER #player.dir=${sdk.dir}/in/player/11.1/mac/Flash Player Debugger.app/Contents/MacOS/ #player=${player.dir}/Flash Player Debugger + +# Set use_browser to true if you plan on running the tests in the browser, otherwise leave it false #use_browser=false -browser=/Applications/Firefox.app/Contents/MacOS/firefox-bin +#browser=/Applications/Firefox.app/Contents/MacOS/firefox-bin -# AIR used to be named Apollo. +# AIR used to be named Apollo. Set use_apollo to true if you require anything from the AIR SDK use_apollo=false apollo_location=${sdk.dir}