forked from tschneidereit/SwiftSuspenders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
27 lines (23 loc) · 787 Bytes
/
build.properties
File metadata and controls
27 lines (23 loc) · 787 Bytes
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
#
# Copyright (c) 2012 the original author or authors
#
# Permission is hereby granted to use, modify, and distribute this file
# in accordance with the terms of the license agreement accompanying it.
#
#Properties file for build.xml
project.name=Swiftsuspenders
#Version number for current Swiftsuspenders release
swiftsuspenders.version=v2.0.0rc2stray2
project.name.versioned=${project.name}-${swiftsuspenders.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}/build/libs
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