forked from acquia/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrupal-org.make
More file actions
35 lines (29 loc) · 1.07 KB
/
drupal-org.make
File metadata and controls
35 lines (29 loc) · 1.07 KB
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
api = 2
core = 7.x
; Lightning Features
projects[lightning_features][version] = "1.x-dev"
projects[lightning_features][type] = "module"
projects[lightning_features][subdir] = "contrib"
projects[lightning_features][download][type] = "git"
projects[lightning_features][download][branch] = "7.x-1.x"
; Lightning Manifests
projects[assemble][type] = "module"
projects[assemble][subdir] = "contrib"
projects[curate][version] = "1.0"
projects[curate][type] = "module"
projects[curate][subdir] = "contrib"
; Distro Update
projects[distro_update][version] = "1.0-beta4"
projects[distro_update][type] = "module"
projects[distro_update][subdir] = "contrib"
; Themes
projects[ember][version] = "2.x-dev"
projects[ember][type] = "theme"
projects[ember][subdir] = "contrib"
projects[ember][download][type] = "git"
projects[ember][download][branch] = "7.x-2.x"
projects[zurb-foundation][version] = "5.x-dev"
projects[zurb-foundation][type] = "theme"
projects[zurb-foundation][subdir] = "contrib"
projects[zurb-foundation][download][type] = "git"
projects[zurb-foundation][download][branch] = "7.x-5.x"