-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathalma.make
31 lines (22 loc) · 888 Bytes
/
alma.make
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
api = 2
core = 7.x
; Contrib
projects[date][subdir] = "contrib"
projects[date][version] = "2.8"
projects[email][subdir] = "contrib"
projects[email][version] = "1.3"
projects[features][subdir] = "contrib"
projects[features][version] = "2.0"
projects[profile2][subdir] = "contrib"
projects[profile2][version] = "1.3"
projects[virtual_field][subdir] = "contrib"
projects[virtual_field][version] = "1.2"
; Ding! modules
projects[ding_provider][type] = "module"
projects[ding_provider][download][type] = "git"
projects[ding_provider][download][url] = "[email protected]:ding2/ding_provider.git"
projects[ding_provider][download][branch] = "master"
projects[ding_reservation][type] = "module"
projects[ding_reservation][download][type] = "git"
projects[ding_reservation][download][url] = "[email protected]:ding2/ding_reservation.git"
projects[ding_reservation][download][branch] = "master"