annotate sites/all/modules/pdf_to_imagefield/pdf_to_image_demo.make.stub @ 4:ce11bbd8f642

added modules
author danieleb <danielebarchiesi@me.com>
date Thu, 19 Sep 2013 10:38:44 +0100
parents
children
rev   line source
danielebarchiesi@4 1 ; Makefile to assist creating a new Drupal site to demonstrate pdf_to_imagefield module.
danielebarchiesi@4 2 ; Get this file, then change to an empty directory and run
danielebarchiesi@4 3 ; drush make --working-copy {path/to/}pdf_to_imagefield.make.stub
danielebarchiesi@4 4 ;
danielebarchiesi@4 5 ; This will download all the dependencies required to run pdf_to_imagefield
danielebarchiesi@4 6 ; and the demo feature pdf_document.
danielebarchiesi@4 7 ;
danielebarchiesi@4 8 ; This --working-copy command will actually git clone the working copy of the module,
danielebarchiesi@4 9 ; ready for test and development. It's optional.
danielebarchiesi@4 10 ;
danielebarchiesi@4 11
danielebarchiesi@4 12 api = 2
danielebarchiesi@4 13
danielebarchiesi@4 14 ; Required version of Drupal core.
danielebarchiesi@4 15 projects[] = drupal
danielebarchiesi@4 16 core = 7.x
danielebarchiesi@4 17
danielebarchiesi@4 18 ; Basic Drupal contributed projects.
danielebarchiesi@4 19 ; Get 'features' so we can turn on the demo content type immediately.
danielebarchiesi@4 20 projects[features][subdir] = contrib
danielebarchiesi@4 21 ; Get 'filefield_paths' and token to test out the filename changes.
danielebarchiesi@4 22 projects[filefield_paths][subdir] = contrib
danielebarchiesi@4 23 projects[token][subdir] = contrib
danielebarchiesi@4 24
danielebarchiesi@4 25 ; And now get the pdf_to_imagefield checkout, latest version
danielebarchiesi@4 26 projects[pdf_to_imagefield][subdir] = dev
danielebarchiesi@4 27 ;projects[pdf_to_imagefield][download][type] = "git"
danielebarchiesi@4 28 ;projects[pdf_to_imagefield][download][url] = "git@git.drupal.org:project/pdf_to_imagefield.git"
danielebarchiesi@4 29 ;projects[pdf_to_imagefield][download][branch] = "7.x-3.x"
danielebarchiesi@4 30
danielebarchiesi@4 31 ;projects[pdf_to_imagefield][download][type] = "git"
danielebarchiesi@4 32 ;projects[pdf_to_imagefield][download][url] = "http://git.drupal.org/project/pdf_to_imagefield.git"
danielebarchiesi@4 33 ;projects[pdf_to_imagefield][download][branch] = "7.x-3.x"
danielebarchiesi@4 34
danielebarchiesi@4 35 projects[pdf_to_imagefield][version] = "7.x-3.x"