forked from xforty/vagrant-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.make
More file actions
47 lines (36 loc) · 1.22 KB
/
example.make
File metadata and controls
47 lines (36 loc) · 1.22 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
36
37
38
39
40
41
42
43
44
45
46
47
; ----------------
; Generated makefile from http://drushmake.me
; Permanent URL: http://drushmake.me/file.php?token=aeada7df0a01&raw
; TODO: Generalize
; ----------------
; Core version
; ------------
; Each makefile should begin by declaring the core version of Drupal that all
; projects should be compatible with.
core = 7.x
; API version
; ------------
; Every makefile needs to declare its Drush Make API version. This version of
; drush make uses API version `2`.
api = 2
; Core project
; ------------
; In order for your makefile to generate a full Drupal site, you must include
; a core project. This is usually Drupal core, but you can also specify
; alternative core projects like Pressflow. Note that makefiles included with
; install profiles *should not* include a core project.
; Drupal 7.x. Requires the `core` property to be set to 7.x.
projects[drupal][version] = 7
; Modules
; --------
projects[admin_menu][subdir] = contrib
projects[ctools][subdir] = contrib
projects[devel][subdir] = contrib
projects[views_bulk_operations][subdir] = contrib
projects[views][subdir] = contrib
projects[features][subdir] = contrib
projects[diff][subdir] = contrib
; Themes
; --------
projects[] = rubik
projects[] = tao