Version 1
[yaffs-website] / vendor / drush / drush / tests / makefiles / limited-projects-libraries.make
diff --git a/vendor/drush/drush/tests/makefiles/limited-projects-libraries.make b/vendor/drush/drush/tests/makefiles/limited-projects-libraries.make
new file mode 100644 (file)
index 0000000..72a0f15
--- /dev/null
@@ -0,0 +1,15 @@
+core = "7.x"
+api = 2
+
+projects[boxes][version] = "1.0-beta7"
+
+projects[admin_menu][version] = "3.0-rc1"
+
+; Use drupal.org as a nice stable source of libraries.
+libraries[drush_make][download][type] = "file"
+libraries[drush_make][download][url] = "http://ftp.drupal.org/files/projects/drush_make-6.x-2.3.tar.gz"
+
+; Use drupal.org as a nice stable source of libraries.
+libraries[token][download][type] = "file"
+libraries[token][download][url] = "http://ftp.drupal.org/files/projects/token-7.x-1.0-rc1.tar.gz"
+