Upgraded drupal core with security updates
[yaffs-website] / vendor / drush / drush / tests / makefiles / limited-projects-libraries.make
1 core = "7.x"
2 api = 2
3
4 projects[boxes][version] = "1.0-beta7"
5
6 projects[admin_menu][version] = "3.0-rc1"
7
8 ; Use drupal.org as a nice stable source of libraries.
9 libraries[drush_make][download][type] = "file"
10 libraries[drush_make][download][url] = "http://ftp.drupal.org/files/projects/drush_make-6.x-2.3.tar.gz"
11
12 ; Use drupal.org as a nice stable source of libraries.
13 libraries[token][download][type] = "file"
14 libraries[token][download][url] = "http://ftp.drupal.org/files/projects/token-7.x-1.0-rc1.tar.gz"
15