forked from feathersui/feathersui-starling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
20 lines (15 loc) · 880 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
starling.root = ${basedir}/third-party/starling
source.root = ${basedir}/source
examples.root = ${basedir}/examples
themes.root = ${basedir}/themes
output.path = ${basedir}/output
dependency.output = ${output.path}/dependencies
swc.output = ${output.path}/swc
docs.output = ${output.path}/documentation
source.output = ${output.path}/source
examples.output = ${output.path}/examples
themes.output = ${output.path}/themes
swf.version = 18
mxml.namespace = library://ns.feathersui.com/mxml
feathers.version = 1.2
footer.text = <a href='http://feathersui.com/' target='_top'>Feathers Website</a> | <a href='http://wiki.starling-framework.org/feathers/start' target='_top'>Feathers Documentation</a> | <a href='https://github.com/joshtynjala/feathers' target='_top'>Github Project</a> | <a href='http://forum.starling-framework.org/forum/feathers' target='_top'>Support Forum</a>