-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathd7_commerce.make
More file actions
37 lines (21 loc) · 1.06 KB
/
d7_commerce.make
File metadata and controls
37 lines (21 loc) · 1.06 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
; Core version
core = 7.x
; API version
api = 2
; Drupal 7.x core:
projects[pressflow][type] = "core"
projects[pressflow][download][type] = "git"
projects[pressflow][download][url] = "git://github.com/pressflow/7.git"
; Custom modules and themes are located in separate make file (most of them are private).
; If you don't have access to those repos, just comment out following line:
includes[klaska_customs] = "https://raw.github.com/radimklaska/D7_base/master/sub_klaska_customs.make"
; Modules and themes for all platforms
includes[shared] = "https://raw.github.com/radimklaska/D7_base/master/sub_shared.make"
; Omega 4 theming suite
includes[omega4] = "https://raw.github.com/radimklaska/D7_base/master/sub_omega4.make"
; Modules for Apache Solr enabled systems
includes[solr] = "https://raw.github.com/radimklaska/D7_base/master/sub_solr.make"
; Commerce related modules
includes[commerce] = "https://raw.github.com/radimklaska/D7_base/master/sub_commerce.make"
; Libraries
includes[libraries] = "https://raw.github.com/radimklaska/D7_base/master/sub_libraries.make"