-
Notifications
You must be signed in to change notification settings - Fork 1
/
Ben-D7.make
93 lines (84 loc) · 2.42 KB
/
Ben-D7.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
; $Id$ created 2011-03-27 update 2011-11-10
;
; Ben's Drush Makefile to download the following modules and themes:
;
; Modules:
;
; Chaos tools = ctools
; Views = views
; Omega Tools = omega_tools
; Module Filter = module_filter
; Environment Indicator = enviviornment_indicator
; XML Site Map = xmlsitemap
; Mollom = mollom
; Fast Permissions Administration = fpa
; Add to Any = addtoany
; Path Auto = pathauto
; Token = token
; Navigation 404 = navigation404
; Comment Notify = comment_notify
; Media = media
; Insert = insert
; Fast Permissions Access = fpa
; Colorbox = colorbox
; Navigation404 = navigation404
; Google Analytics = google_analytics
; Google +1 = google_plusone
; Backup and Migrate = backup_migrate
; Cache Flusher = cacheflusher
; Devel = devel
; Coder = coder
; Masquerade = masquerade
; Style Guide = styleguide
; Link = link
; Coffee (admin like alfred using alt+d) = coffee
; Backup and Migrate Files = backup_migrate_files
; Reroute Email = reroute_email
; Themes:
; Omega = Omega Theme
; Sky = Sky Theme
; CorporateClean = Corporate Clean Theme
; Core Drupal
core = 7.x
; Drush API
api = 2
; Contributed Modules & Themes
projects[] = drupal
projects[] = ctools
projects[] = views
projects[] = omega
projects[] = omega_tools
projects[] = sky
projects[] = module_filter
projects[] = environment_indicator
projects[] = xmlsitemap
projects[] = mollom
projects[] = fpa
projects[] = addtoany
projects[] = pathauto
projects[] = token
projects[] = navigation404
projects[] = comment_notify
projects[media][download][type] = "get"
projects[media][download][url] = "http://ftp.drupal.org/files/projects/media-7.x-1.x-dev.tar.gz"
projects[] = styles
projects[insert][download][type] = get
projects[insert][download][url] = "http://ftp.drupal.org/files/projects/insert-7.x-1.0.tar.gz"
projects[] = colorbox
projects[] = google_analytics
projects[] = google_plusone
projects[corporateclean][download][type] = "get"
projects[corporateclean][download][url] = "http://ftp.drupal.org/files/projects/corporateclean-7.x-1.1.tar.gz"
projects[] = backup_migrate
projects[cacheflusher][download][type] = "git"
projects[cacheflusher][download][url] = "git://git.drupal.org/sandbox/bhosmer/1170266.git"
projects[cacheflusher][type] = "module"
projects[] = views_bulk_operations
projects[] = devel
projects[] = coder
projects[] = masquerade
projects[] = styleguide
projects[] = link
projects[] = coffee
projects[] = backup_migrate_files
projects[] = reroute_email