forked from reflex/reflex-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.properties
38 lines (30 loc) · 1.37 KB
/
example.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
31
32
33
34
35
36
37
38
###################################################################
# User-Defined Properties
# Modify these path values to reflect paths on your system
###################################################################
library.name = ReflexFramework
# -----------------------------------------------------------------
# Flex SDK Properties
# -----------------------------------------------------------------
flex-sdk.dir = /Applications/Adobe Flash Builder Beta 2/sdks/4.0.0.14159 FlexCover
flex-sdk.locale = en_US
flex-sdk.player = 10.0
###################################################################
# Default Settings
# The default settings below should work without customization.
###################################################################
# -----------------------------------------------------------------
# Report/Output Directories
# -----------------------------------------------------------------
docs.dir = ${basedir}/docs
docs.templates = ${flex-sdk.dir}/asdoc/templates
link-report.name = link-report
link-report.dir = ${docs.dir}
reports.dir = /Users/mac/Reflex/reflex-framework/reports
tests.dir = ${basedir}/tests
# -----------------------------------------------------------------
# Project Paths - DO NOT MODIFY
# -----------------------------------------------------------------
build.dir = ${basedir}/build
src.dir = ${basedir}/src
bin.dir = ${basedir}/bin