|
; ---------------- |
|
; Generated makefile from http://drushmake.me |
|
; Permanent URL: http://drushmake.me/file.php?token=b21bc45fbe99 |
|
; ---------------- |
|
; |
|
; This is a working makefile - try it! Any line starting with a `;` is a comment. |
|
|
|
; Core version |
|
; ------------ |
|
; Each makefile should begin by declaring the core version of Drupal that all |
|
; projects should be compatible with. |
|
|
|
core = 7.x |
|
|
|
; API version |
|
; ------------ |
|
; Every makefile needs to declare its Drush Make API version. This version of |
|
; drush make uses API version `2`. |
|
|
|
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. |
|
|
|
; Drupal 7.x. Requires the `core` property to be set to 7.x. |
|
projects[drupal][version] = 7 |
|
|
|
|
|
|
|
; Modules |
|
; -------- |
|
projects[admin_menu][version] = 3.0-rc4 |
|
projects[admin_menu][type] = "module" |
|
projects[module_filter][version] = 1.7 |
|
projects[module_filter][type] = "module" |
|
projects[devel][version] = 1.3 |
|
projects[devel][type] = "module" |
|
projects[libraries][version] = 2.1 |
|
projects[libraries][type] = "module" |
|
projects[omega][version] = 3.1 |
|
projects[omega][type] = "module" |
|
projects[rules][version] = 2.3 |
|
projects[rules][type] = "module" |
|
projects[views][version] = 3.7 |
|
projects[views][type] = "module" |
|
projects[views_slideshow][version] = 3.0 |
|
projects[views_slideshow][type] = "module" |
|
projects[fivestar][version] = 2.0-alpha2 |
|
projects[fivestar][type] = "module" |
|
projects[webform][version] = 3.18 |
|
projects[webform][type] = "module" |
|
projects[xmlsitemap][version] = 2.0-rc2 |
|
projects[xmlsitemap][type] = "module" |
|
|
|
|
|
; Themes |
|
; -------- |
|
|
|
|
|
|
|
; Libraries |
|
; --------- |
|
libraries[jquery][download][type] = "file" |
|
libraries[jquery][download][url] = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" |
|
libraries[jqueryui][download][type] = "file" |
|
libraries[jqueryui][download][url] = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" |