a3d5902e80369891c49142d6e304e172d71ca00b
[yaffs-website] / vendor / drush / drush / tests / makefiles / includes-main.make
1 core = 7.x
2 api = 2
3
4 ; Main makefile containing drupal core
5 includes[platform][makefile] = 'tests/makefiles/includes-platform.make'
6 includes[platform][download][type] = "git"
7 includes[platform][download][url] = "https://github.com/pmatias/drush.git"
8 includes[platform][download][branch] = "includes-git-support"
9
10 ; Sub platform makefile 
11 includes[subplatform][makefile] = 'tests/makefiles/includes-sub-platform.make'
12 includes[subplatform][download][type] = "git"
13 includes[subplatform][download][url] = "https://github.com/pmatias/drush.git"
14 includes[subplatform][download][branch] = "includes-git-support"