-
Notifications
You must be signed in to change notification settings - Fork 386
/
build.properties
37 lines (28 loc) · 1.44 KB
/
build.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
#this folder should contain the contents of starling.zip/starling/src
starling.root = ${basedir}/third-party/starling
#this folder should contain the SWC files for flexunit, as described here:
#https://github.com/Gamua/Starling-Framework/blob/v1.7/tests/README.md
#additionally, it should contain the JAR files for the flexunit ant tasks
flexunit.root = ${basedir}/third-party/flexunit
# The location of the flexunit jar
flexunit.tasks = ${flexunit.root}/flexUnitTasks-4.2.0-20140410.jar
source.root = ${basedir}/source
examples.root = ${basedir}/examples
themes.root = ${basedir}/themes
api.root = ${basedir}/documentation/api-reference
help.root = ${basedir}/documentation/help
test.root = ${basedir}/test
output.path = ${basedir}/output
dependency.output = ${output.path}/dependencies
swc.output = ${output.path}/swc
help.output = ${output.path}/help
api.output = ${output.path}/api-reference
source.output = ${output.path}/source
examples.output = ${output.path}/examples
themes.output = ${output.path}/themes
swc.file = feathers.swc
swf.version = 30
feathers.version = 4.2.0
apm.lib.file = feathersui_${feathers.version}.airpackage
apm.src.file = feathersui-source_${feathers.version}.airpackage
footer.text = <a href='https://feathersui.com/' target='_top'>Feathers</a> | <a href='https://github.com/BowlerHatLLC/feathersui-starling' target='_top'>Github Project</a> | <a href='https://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>