forked from robotlegs/robotlegs-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
25 lines (22 loc) · 911 Bytes
/
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
#Properties file for build.xml
project.name=robotlegs-framework
#Version number for current Robotlegs and Swiftsuspenders releases
robotlegs.ver.num=v2.0.0b1
swift.suspenders.version=v2.0.0rc3stray1
project.name.versioned=${project.name}-${robotlegs.ver.num}
swift.suspenders.name.versioned=Swiftsuspenders-${swift.suspenders.version}
#build locations
asdoc.loc=${FLEX_HOME}/bin/asdoc
main.src.loc=${basedir}/src
test.src.loc=${basedir}/test
doc.loc=${basedir}/doc
lib.loc=${basedir}/lib
bin.loc=${basedir}/bin
report.loc=${basedir}/report
dist.loc=${basedir}/dist
template.loc=${basedir}/build/templates
#Project links
swift.suspenders.link=http://github.com/tschneidereit/SwiftSuspenders
robotlegs.project.link=http://github.com/robotlegs/robotlegs-framework
robotlegs.faq.link=http://knowledge.robotlegs.org
robotlegs.best.practices.link=http://github.com/robotlegs/robotlegs-framework/wiki/Best-Practices