; $Id$ ; ; Example makefile ; ---------------- ; This is an example makefile to introduce new users of drush_make to the ; syntax and options available to drush_make. For a full description of all ; options available, see README.txt. ; This make file is a working makefile - try it! Any line starting with a `;` ; is a comment. ; Core version ; ------------ ; Each makefile should begin by declaring the core version of Drupal that all ; projects should be compatible with. core = 7.x ; API version ; ------------ ; Every makefile needs to declare it's Drush Make API version. This version of ; drush make uses API version `2`. api = 2 ; Common modules includes[eclipse_common] = "../php/configs/make/eclipsefdn-common.make" ; Packages Features projects[packaging_features][type] = "module" projects[packaging_features][subdir] = "custom" projects[packaging_features][download][type] = "git" projects[packaging_features][download][url] = "ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/packaging_features.git" projects[packaging_features][download][tag] = "7.x-1.97" ; Eclipse Stats Module projects[estats][type] = "module" projects[estats][subdir] = "custom" projects[estats][download][type] = "git" projects[estats][download][url] = "ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/estats.git" projects[estats][download][tag] = "7.x-2.36" ;CONTRIB############## projects[chart][subdir] = "contrib" projects[chart][type] = "module" projects[chart][version] = "1.1" projects[ajaxblocks][subdir] = "contrib" projects[ajaxblocks][type] = "module" projects[ajaxblocks][version] = "1.4"