forked from WeTheInternet/collide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
58 lines (54 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Project-global properties, loaded by the top-level project and all subsidiary
# projects. The property ${dirs.root} will be defined to the top-level
# directory before this, can can be used here to help normalize from subsidiary
# project directories back to the root.
# Versions
libs.antcontrib=1.0b3
libs.easymock=3.1
libs.gson=2.2.1
libs.guava=12.0
libs.gwt=r11004
libs.junit=4.10
libs.wave=r1342740
libs.vertx=1.3.1
libs.netty=3.5.9.Final
libs.jgit=1.3.0.201202151440-r
libs.xapi=0.3
# Various directories
dirs.out=${dirs.root}/bin
dirs.bin=${dirs.out}/classes
dirs.dist=${dirs.out}/deploy
dirs.webfe.gwtapp=${dirs.bin}/static
dirs.gen=${dirs.out}/gen
dirs.gwtextra=${dirs.out}/gwt-extra
dirs.gwtwork=${dirs.out}/gwt-work
dirs.lib=${dirs.root}/deps
dirs.plugin=${dirs.root}/plugin
dirs.src=${dirs.root}/java
dirs.demo=${dirs.root}/demo/src/main/java
dirs.demo.res=${dirs.root}/demo/src/main/resources
dirs.test=${dirs.root}/javatests
dirs.testbin=${dirs.out}/test/classes
dirs.testgen=${dirs.out}/test/gen
dirs.testrpt=${dirs.out}/test/reports
dirs.toppkg=com/google/collide
dirs.vertx=${dirs.lib}/vertx-${libs.vertx}
pkg.toppkg=com.google.collide
# Compiler switches
gwtc.debugport=
gwtc.debugwait=n
#OBFUSCATED
gwtc.style=PRETTY
gwtc.workers=6
devmode.debugport=5005
devmode.debugwait=n
javac.compiler=javac1.7
javac.debug=true
javac.deprecation=true
junit.timeout=60000
junit.forkmode=once
junit.debugport=5005
junit.debugwait=n
junit.summaries=off
# Test patterns; override to subsample
junit.testpattern=*Test.java