################################################################################ ## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## ################################################################################ # See local-template.properties for all available options. # 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 # 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}