Created
July 1, 2011 06:55
-
-
Save badri/1058008 to your computer and use it in GitHub Desktop.
drushmake.me oho makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ---------------- | |
; Generated makefile from http://drushmake.me | |
; Permanent URL: http://drushmake.me/file.php?token=a597073754ce | |
; ---------------- | |
; | |
; 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 = 6.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 6.x core: | |
projects[drupal][version] = 6 | |
; Modules | |
; -------- | |
projects[admin_menu][version] = 1.8 | |
projects[admin_menu][type] = "module" | |
projects[cck][version] = 2.9 | |
projects[cck][type] = "module" | |
projects[filefield][version] = 3.10 | |
projects[filefield][type] = "module" | |
projects[imagefield][version] = 3.10 | |
projects[imagefield][type] = "module" | |
projects[link][version] = 2.9 | |
projects[link][type] = "module" | |
projects[devel][version] = 1.24 | |
projects[devel][type] = "module" | |
projects[features][version] = 1.0 | |
projects[features][type] = "module" | |
projects[flag][version] = 1.3 | |
projects[flag][type] = "module" | |
projects[image][version] = 1.1 | |
projects[image][type] = "module" | |
projects[diff][version] = 1.x-dev | |
projects[diff][type] = "module" | |
projects[fckeditor][version] = 2.1 | |
projects[fckeditor][type] = "module" | |
projects[pathauto][version] = 1.5 | |
projects[pathauto][type] = "module" | |
projects[token][version] = 1.16 | |
projects[token][type] = "module" | |
projects[views][version] = 2.12 | |
projects[views][type] = "module" | |
projects[fivestar][version] = 1.19 | |
projects[fivestar][type] = "module" | |
projects[votingapi][version] = 2.3 | |
projects[votingapi][type] = "module" | |
projects[webform][version] = 3.11 | |
projects[webform][type] = "module" | |
projects[] = activity | |
projects[] = recent_changes | |
projects[] = jeditable | |
; Themes | |
; -------- | |
projects[ninesixty][version] = 1.0 | |
projects[ninesixty][type] = "theme" | |
projects[omega][version] = 1.0 | |
projects[omega][type] = "theme" | |
projects[zen][version] = 2.1 | |
projects[zen][type] = "theme" | |
; Libraries | |
; --------- | |
; No libraries were included | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment