Projet

Général

Profil

Paste
Télécharger (947 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_slideshow / views_slideshow.make @ 87dbc3bf

1
; ----------------
2
; Generated makefile from http://drushmake.me
3
; Permanent URL: http://drushmake.me/file.php?token=109c2ce30afa
4
; ----------------
5
;
6
; This is a working makefile - try it! Any line starting with a `;` is a comment.
7

    
8
; Core version
9
; ------------
10
; Each makefile should begin by declaring the core version of Drupal that all
11
; projects should be compatible with.
12

    
13
core = 7.x
14

    
15
; API version
16
; ------------
17
; Every makefile needs to declare its Drush Make API version. This version of
18
; drush make uses API version `2`.
19

    
20
api = 2
21

    
22
; Libraries
23
; ---------
24
libraries[jquery.cycle][type] = "libraries"
25
libraries[jquery.cycle][download][type] = "file"
26
libraries[jquery.cycle][download][url] = "https://raw.github.com/malsup/cycle/master/jquery.cycle.all.js"
27
libraries[json2][type] = "libraries"
28
libraries[json2][download][type] = "file"
29
libraries[json2][download][url] = "https://raw.github.com/douglascrockford/JSON-js/master/json2.js"