-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig
More file actions
39 lines (32 loc) · 634 Bytes
/
Config
File metadata and controls
39 lines (32 loc) · 634 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
28
29
30
31
32
33
34
35
36
37
38
39
# -*-perl-*-
package.DMMStatsdClient = {
interfaces = (1.0);
deploy = {
generic = true;
};
dependencies = {
1.0 = {
};
};
test-dependencies = {
1.0 = {
junit = 4;
AssertJ = 1.x;
};
};
build-environment = {
chroot = basic;
network-access = blocked;
};
build-system = happytrails;
build-tools = {
1.0 = {
JDK = 1.7;
HappierTrails = 3.2;
AndroidSDKPlatform = 19;
};
};
targets = {
DMMStatsdClient-1.0 = { type = javalibrary; };
};
};