Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated with some reorganization and documentation examples from drupal.org #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 38 additions & 19 deletions drush7-basejump.make
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
; This is a Drush Make file. See below for usage.
; @author - R.Aubin
;
; --------------------
; Module compatibility
core = 7.x

; This is a comment. Anything starting with a semicolon is a comment and will be ignored by the parser. Blanks lines are also ignored.
; The file uses standard info file format.
; attribute = value

; The value can optionally be quoted, which sometimes happens in this example for better formatting.
; attribute = "quoted value"

; REQUIRED ATTRIBUTES
; The Drush Make API version. This should always be 2.

; ------------------------------------------------------------
; Define Drush version
api = 2
; Drupal version

; Define Module compatibility
core = 7.x

; Define Drupal version
projects[drupal][version] = 7.26
; --------------------
; ------------------------------------------------------------

; Projects - must haves
; Projects - Must haves
projects[views][version] = 3.7
projects[views][subdir] = contrib

Expand Down Expand Up @@ -80,21 +92,17 @@ projects[feeds][subdir] = contrib
; projects[redirect][version] =
projects[redirect][subdir] = contrib

; Themer
; ------------------------------------------------------------
; Theme Layer
; ------------------------------------------------------------

; Themes
projects[zen][version] = 5.4

; Display Suite
; projects[ds][version] =
projects[ds][subdir] = contrib

; projects[block_class][version] =
projects[block_class][subdir] = contrib

; TinyMCE
libraries[tinymce][download][type] = get
libraries[tinymce][download][url] = http://github.com/downloads/tinymce/tinymce/tinymce_3.5.7.zip
libraries[tinymce][directory_name] = tinymce
libraries[tinymce][destination] = libraries

; SEO, etc
;projects[google_analytics][version] =
projects[google_analytics][subdir] = contrib
Expand All @@ -108,5 +116,16 @@ projects[globalredirect][subdir] = contrib
;projects[xmlsitemap][version] =
projects[xmlsitemap][subdir] = contrib

; Themes
projects[zen][version] = 5.4
; Extras
; projects[block_class][version] =
projects[block_class][subdir] = contrib

; ------------------------------------------------------------
; Libraries
; ------------------------------------------------------------

; TinyMCE
libraries[tinymce][download][type] = get
libraries[tinymce][download][url] = http://github.com/downloads/tinymce/tinymce/tinymce_3.5.7.zip
libraries[tinymce][directory_name] = tinymce
libraries[tinymce][destination] = libraries