equal
deleted
inserted
replaced
|
1 name = DruStack |
|
2 description = Drustack is a starter Drupal distribution for developer. |
|
3 core = 7.x |
|
4 php = 5.3.3 |
|
5 |
|
6 ; The distribution_name property is used in the installer and other places as |
|
7 ; a label for the software being installed. |
|
8 distribution_name = DruStack |
|
9 |
|
10 ; The exclusive flag auto-selects the profile during installation, if there |
|
11 ; are no other exclusive ones. |
|
12 exclusive = TRUE |
|
13 |
|
14 ; Core |
|
15 dependencies[] = block |
|
16 dependencies[] = dblog |
|
17 |
|
18 ; Contrib |
|
19 dependencies[] = features |
|
20 dependencies[] = libraries |
|
21 dependencies[] = strongarm |
|
22 |
|
23 ; Information added by Drupal.org packaging script on 2017-06-22 |
|
24 version = "7.x-56.0" |
|
25 core = "7.x" |
|
26 project = "drustack" |
|
27 datestamp = "1498126844" |
|
28 |