-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeco.make
More file actions
97 lines (64 loc) · 2.12 KB
/
Copy pathdeco.make
File metadata and controls
97 lines (64 loc) · 2.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
;
;
; Deco makefile
; -------------
; This is a makefile to automatically deploy a demo or test instance of drupal
; with deco preconfigured. For more info, please see README. For more info
; on using drush make to run this makefile see the drush make project on
; drupal.org: http://drupal.org/project/drush_make
; Core version
; ------------
core = 7.x
; API version
; -----------
api = 2
; Core project
;--------------
projects[] = drupal
; Projects
; --------
projects[admin_menu][subdir] = contrib
projects[admin_menu][type] = module
projects[ctools][subdir] = contrib
projects[ctools][type] = module
projects[date][subdir] = contrib
projects[date][type] = module
projects[devel][subdir] = contrib
projects[devel][type] = module
projects[diff][subdir] = contrib
projects[diff][type] = module
projects[entity][subdir] = contrib
projects[entity][type] = module
projects[field_group][subdir] = contrib
projects[field_group][type] = module
projects[imce][subdir] = contrib
projects[imce][type] = module
projects[imce_wysiwyg][subdir] = contrib
projects[imce_wysiwyg][type] = module
projects[pathauto][subdir] = contrib
projects[pathauto][type] = module
projects[token][subdir] = contrib
projects[token][type] = module
projects[views][subdir] = contrib
projects[views][type] = module
projects[wysiwyg][subdir] = contrib
projects[wysiwyg][type] = module
projects[features][subdir] = contrib
projects[features][type] = module
; Libraries
; ---------
libraries[ckeditor][download][type] = get
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.1/ckeditor_3.6.1.tar.gz
libraries[ckeditor][directory_name] = ckeditor
; Deco Git clone
; --------------
projects[deco][type] = theme
projects[deco][download][type] = git
projects[deco][download][url] = http://git.drupal.org/project/deco.git
projects[deco][download][branch] = 7.x-1.x
; Deco install profile
; --------------------
projects[deco_profile][type] = profile
projects[deco_profile][download][type] = git
projects[deco_profile][download][url] = git://github.com/klaasvw/deco-profile.git
projects[deco_profile][download][branch] = 7.x-1.x