forked from kennichi/FxORM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.properties
45 lines (29 loc) · 1.07 KB
/
common.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
39
40
41
42
43
44
45
# change this to Flex SDK directory path
FLEX_HOME=/Applications/Adobe Flash Builder 4 Plug-in/sdks/4.1.0
#debug
DEBUG=true
FLEX_UNIT_TASKS_FILENAME=flexUnitTasks-4.1.0_RC2-4.jar
#root directory for ant build files
ROOT_DIR=${dependencies.basedir}
#ant tasks folder where flexTasks.jar could be found
TASKS_DIR=${ROOT_DIR}
# project's src directory
SRC_DIR=${basedir}/src
# project's assets directory
ASSETS_DIR=${basedir}/assets
# project's libs directory
LIBS_DIR=${basedir}/libs
#where tests and reports related jars are
BUILD_LIBS=${ROOT_DIR}/flex-build-libs
# this is the folder we want to publish the swc to
DEPLOY_DIR= ${basedir}/ant-deploy
# this is the folder we want to publish the swf to
WEB_DEPLOY_DIR=${ROOT_DIR}/FxORM-deploy-web
#Global Deploy dir for all SWC of related projects
DEPLOY_SWC_DIR=${ROOT_DIR}/FxORM-deploy
UNIT_TESTS_REPORTS_DIR=${ROOT_DIR}/FxORM-reports/unit-tests-reports
REPORTS_DIR=${ROOT_DIR}/FxORM-reports
TESTRUNNER=AntTestRunner
PMD_REPORT_DIR=${REPORTS_DIR}/pmd/${ant.project.name}
##flex-config
#FLEX_CONFIG =${basedir}/flex-config.xml