Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / ctools.info @ 7e72b748

1
name = Chaos tools
2
description = A library of helpful tools by Merlin of Chaos.
3
core = 7.x
4
package = Chaos tool suite
5
files[] = includes/context.inc
6
files[] = includes/css-cache.inc
7
files[] = includes/math-expr.inc
8
files[] = includes/stylizer.inc
9

    
10
; Tests.
11
files[] = tests/context.test
12
files[] = tests/css.test
13
files[] = tests/css_cache.test
14
files[] = tests/ctools.plugins.test
15
files[] = tests/ctools.test
16
files[] = tests/math_expression.test
17
files[] = tests/math_expression_stack.test
18
files[] = tests/object_cache.test
19
files[] = tests/object_cache_unit.test
20
files[] = tests/page_tokens.test
21
files[] = tests/uuid_with_uuid.test
22
files[] = tests/uuid_without_uuid.test
23

    
24
; Dependencies that are only used for the tests.
25
; @see tests/uuid_with_uuid.test
26
test_dependencies[] = uuid
27

    
28
; Information added by Drupal.org packaging script on 2018-02-04
29
version = "7.x-1.13"
30
core = "7.x"
31
project = "ctools"
32
datestamp = "1517704095"
33