-
Notifications
You must be signed in to change notification settings - Fork 2
/
webfact-make.make
164 lines (139 loc) · 5.74 KB
/
webfact-make.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
; Drush make file
core = 7.x
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.
; Either latest 7, specific or dev version
projects[drupal][version] = 7.x
;projects[drupal][version] = 7.22
;projects[] = drupal
; why does this not work?
;defaults[projects][subdir] = "contrib"
; Profiles
projects[webfactp][type] = "profile"
projects[webfactp][subdir] = ""
projects[webfactp][download][type] = "git"
;projects[webfactp][download][url] = "git:https://github.com/Boran/webfact-make.git"
projects[webfactp][download][url] = "https://github.com/Boran/webfact-make.git"
;testing:
;projects[webfactp][download][type] = "file"
;projects[webfactp][download][url] = "webfactp.tgz"
; a bit recursive: we get outselves :-)
; Modules
; --------
projects[admin_menu][type] = "module"
projects[admin_menu][subdir] = "contrib"
projects[features][type] = "module"
projects[features][subdir] = "contrib"
projects[advanced_help][type] = "module"
projects[advanced_help][subdir] = "contrib"
projects[entity][type] = "module"
projects[entity][subdir] = "contrib"
projects[entityreference][type] = "module"
projects[entityreference][subdir] = "contrib"
;projects[field_image][type] = "module"
;projects[field_image][subdir] = "contrib"
projects[field_default_token][type] = "module"
projects[field_default_token][subdir] = "contrib"
projects[ctools][type] = "module"
projects[ctools][subdir] = "contrib"
projects[devel][type] = "module"
projects[devel][subdir] = "contrib"
projects[token][type] = "module"
projects[token][subdir] = "contrib"
;projects[link][type] = "module"
;projects[link][subdir] = "contrib"
;projects[i18n][type] = "module"
;projects[i18n][subdir] = "contrib"
;projects[backup_migrate][type] = "module"
;projects[backup_migrate][subdir] = "contrib"
projects[jquery_update][type] = "module"
projects[jquery_update][subdir] = "contrib"
projects[libraries][type] = "module"
projects[libraries][subdir] = "contrib"
;projects[ckeditor][type] = "module"
projects[views][type] = "module"
projects[views][subdir] = "contrib"
;projects[views_bulk_operations][type] = "module"
;projects[views_bulk_operations][subdir] = "contrib"
;projects[webform][type] = "module"
;projects[webform][subdir] = "contrib"
;projects[colorbox][type] = "module"
;projects[colorbox][subdir] = "contrib"
;projects[imce][type] = "module"
;projects[imce][subdir] = "contrib"
;projects[reroute_email][type] = "module"
;projects[reroute_email][subdir] = "contrib"
;projects[rules][type] = "module"
;projects[rules][subdir] = "contrib"
projects[variable][type] = "module"
projects[variable][subdir] = "contrib"
projects[strongarm][type] = "module"
projects[strongarm][subdir] = "contrib"
projects[date][type] = "module"
projects[date][subdir] = "contrib"
projects[field_group][type] = "module"
projects[field_group][subdir] = "contrib"
; to enable template sharing/copying
projects[uuid][type] = "module"
projects[uuid][subdir] = "contrib"
projects[node_clone][type] = "module"
projects[node_clone][subdir] = "contrib"
projects[node_export][type] = "module"
projects[node_export][subdir] = "contrib"
; optional ldap login
projects[ldap][type] = "module"
projects[ldap][subdir] = "contrib"
projects[composer_manager][type] = "module"
projects[composer_manager][subdir] = "contrib"
; how to install a drush extension?
;projects[composer][type] = "module"
;projects[composer][download][type] = "git"
;projects[composer][download][branch] = "8.x-1.x"
;projects[composer][download][url] = "https://git.drupal.org/project/composer.git"
; webfactory
projects[webfact][type] = "module"
projects[webfact][subdir] = "custom"
projects[webfact][download][type] = "git"
projects[webfact][download][working-copy] = "true"
;projects[webfact][download][url] = "git:https://github.com/Boran/webfact.git"
projects[webfact][download][url] = "https://github.com/Boran/webfact.git"
projects[webfact_content_types][type] = "module"
projects[webfact_content_types][subdir] = "custom"
projects[webfact_content_types][download][type] = "git"
projects[webfact_content_types][download][working-copy] = "true"
;projects[webfact_content_types][download][url] = "git:https://github.com/Boran/webfact_content_types.git"
projects[webfact_content_types][download][url] = "https://github.com/Boran/webfact_content_types.git"
projects[webfactapi][type] = "module"
projects[webfactapi][subdir] = "custom"
projects[webfactapi][download][type] = "git"
projects[webfactapi][download][working-copy] = "true"
;projects[webfactapi][download][url] = "git:https://github.com/Boran/webfactapi.git"
projects[webfactapi][download][url] = "https://github.com/Boran/webfactapi.git"
; Themes
; --------
projects[bootstrap][version] = 3.0
projects[bootstrap][type] = "theme"
projects[bootstrap][subdir] = "contrib"
projects[webfact_theme][type] = "theme"
projects[webfact_theme][subdir] = "custom"
projects[webfact_theme][download][type] = "git"
projects[webfact_theme][download][working-copy] = "true"
;projects[webfact_theme][download][url] = "git:https://github.com/Boran/webfact_theme.git"
projects[webfact_theme][download][url] = "https://github.com/Boran/webfact_theme.git"
;Theme helpers
; --------
projects[views_bootstrap][type] = "module"
projects[views_bootstrap][subdir] = "contrib"
; Libraries
; ---------
;libraries[ckeditor][type] = "libraries"
;libraries[ckeditor][download][type] = "file"
;libraries[ckeditor][download][url] = "https://github.com/ckeditor/ckeditor-releases/archive/latest/full.zip"
;libraries[colorbox][type] = "libraries"
;libraries[colorbox][download][type] = "file"
;libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/master.zip"