Created
July 21, 2012 07:52
-
-
Save and1truong/3155027 to your computer and use it in GitHub Desktop.
Drupal Make Files
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
| ; ====================================== | |
| ; Kai Curry Base Drush Make | |
| ; | |
| ; Requires boa.make | |
| ; | |
| ; $ drush make base.make base701 | |
| ; ====================================== | |
| api = 2 | |
| core = 7.x | |
| ; CORE | |
| ; ----------- | |
| projects[drupal][type] = core | |
| ; CONTRIB | |
| ; --------- | |
| ; REQUIRED | |
| projects[ctools][subdir] = contrib | |
| projects[token][subdir] = contrib | |
| projects[features][subdir] = contrib | |
| projects[strongarm][subdir] = contrib | |
| projects[date][subdir] = contrib | |
| projects[rules][subdir] = contrib | |
| projects[views][subdir] = contrib | |
| projects[libraries][subdir] = contrib | |
| ; ADMIN | |
| projects[advanced_help][subdir] = admin | |
| projects[devel][subdir] = admin | |
| projects[devel_themer][subdir] = admin | |
| projects[admin_menu][subdir] = admin | |
| projects[module_filter][subdir] = admin | |
| projects[stringoverrides][subdir] = admin | |
| projects[google_analytics][subdir] = admin | |
| projects[file_defer][subdir] = admin | |
| projects[file_defer][version] = 1.x-dev | |
| ; OPTIONAL | |
| projects[auto_nodetitle][subdir] = contrib | |
| projects[colorbox][subdir] = contrib | |
| libraries[colorbox][download][type] = "get" | |
| libraries[colorbox][download][url] = "http://www.jacklmoore.com/colorbox/colorbox.zip" | |
| libraries[colorbox][directory_name] = "colorbox" | |
| projects[views_bulk_operations][subdir] = contrib | |
| projects[diff][subdir] = contrib | |
| projects[pathauto][subdir] = contrib | |
| projects[pathologic][subdir] = contrib | |
| projects[transliteration][subdir] = contrib | |
| ; API for scheduling tasks once or periodically. | |
| ; What other modules use this? | |
| projects[job_scheduler][subdir] = contrib | |
| project[smtp][subdir] = contrib | |
| ; CCK | |
| projects[filefield_sources][subdir] = contrib | |
| projects[link][subdir] = contrib | |
| ; themes | |
| ; ---------- | |
| projects[rubik][type] = theme | |
| projects[tao][type] = theme | |
| ; profiler | |
| ; __________ | |
| libraries[profiler][download][type] = get | |
| libraries[profiler][download][url] = http://ftp.drupal.org/files/projects/profiler-7.x-2.0-beta1.tar.gz | |
| libraries[adminer][download][type] = get | |
| libraries[adminer][download][url] = http://www.adminer.org/latest.php | |
| ; d7 specific | |
| ; Replaces cck_fieldgroup_tabs | |
| projects[field_group][subdir] = contrib | |
| ; Future status of references unkown. Use entityreference instead | |
| ; projects[references][subdir] = contrib | |
| projects[entityreference][subdir] = contrib | |
| projects[entity][subdir] = contrib | |
| projects[job_scheduler][version] = 2.0-alpha2 | |
| projects[variable][subdir] = contrib | |
| ; MEDIA | |
| projects[media][subdir] = contrib | |
| projects[media_youtube][subdir] = contrib | |
| projects[file_entity][subdir] = contrib | |
| projects[remote_stream_wrapper][subdir] = contrib |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment