forked from ding2/alma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alma.make
31 lines (22 loc) · 910 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.6"
projects[email][subdir] = "contrib"
projects[email][version] = "1.2"
projects[features][subdir] = "contrib"
projects[features][version] = "2.0-beta2"
projects[profile2][subdir] = "contrib"
projects[profile2][version] = "1.3"
projects[virtual_field][subdir] = "contrib"
projects[virtual_field][version] = "1.1"
; Ding! modules
projects[ding_provider][type] = "module"
projects[ding_provider][download][type] = "git"
projects[ding_provider][download][url] = "[email protected]:ding2tal/ding_provider.git"
projects[ding_provider][download][branch] = "development"
projects[ding_reservation][type] = "module"
projects[ding_reservation][download][type] = "git"
projects[ding_reservation][download][url] = "[email protected]:ding2tal/ding_reservation.git"
projects[ding_reservation][download][branch] = "development"