-
Notifications
You must be signed in to change notification settings - Fork 16
/
flex.properties
30 lines (21 loc) · 910 Bytes
/
flex.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# The location of your Flex SDK (no spaces allowed in path!).
FLEX_HOME = /Applications/Adobe Flex Builder 3 Plug-in/sdks/3.0.0/
# Specifies the location of the configuration file that defines compiler options.
flex.config.xml = ${FLEX_HOME}/frameworks/flex-config.xml
air.config.xml = ${FLEX_HOME}/frameworks/air-config.xml
# Specifies the output path and filename for the resulting files.
build.dir = bin
# Source path folder.
src.dir = ../classes/
# Lib path folder.
lib.dir = ../lib/
# Cairngorm SWC library location.
lib.cairngorm.swc = ${lib.dir}/Cairngorm.swc
# The location of your asdoc executable (no spaces allowed in path!).
asdoc.exe = ${FLEX_HOME}/bin/asdoc
# The folder where the asdoc templates are located.
asdoc.templates.dir = ${FLEX_HOME}/asdoc/templates
# The folder where the asdoc HTML-files will be created.
asdoc.output.dir = doc
# Left frameset width.
asdoc.framewidth = 300