forked from ceylon/ceylon-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
19 lines (16 loc) · 729 Bytes
/
build.properties
File metadata and controls
19 lines (16 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ----- Version Control Flags -----
module.ceylon.language.version=0.3
module.com.redhat.ceylon.typechecker.version=0.3
module.com.redhat.ceylon.compiler.version=0.3
module.com.redhat.ceylon.module-resolver.version=0.3
base.path=${basedir}/lib
# ----- ANother Tool for Language Recognition version 3.4 or later ---
antlr.version=3.4
antlr.jar=antlr-${antlr.version}-complete.jar
antlr.url=http://www.antlr.org/download/antlr-${antlr.version}-complete.jar
antlr.lib=${base.path}/${antlr.jar}
# ----- JUnit Unit Test Suite, version 4.9 or later ---
junit.version=4.9b2
junit.jar=junit-${junit.version}.jar
junit.url=http://cloud.github.com/downloads/KentBeck/junit/junit${junit.version}.zip
junit.lib=${base.path}/${junit.jar}