27 lines
736 B
Plaintext
Raw Normal View History

2020-08-14 13:36:36 +02:00
name = Chaos tools
description = A library of helpful tools by Merlin of Chaos.
core = 7.x
package = Chaos tool suite
files[] = includes/context.inc
files[] = includes/css-cache.inc
files[] = includes/math-expr.inc
files[] = includes/stylizer.inc
; Tests.
files[] = tests/context.test
files[] = tests/css.test
files[] = tests/css_cache.test
files[] = tests/ctools.plugins.test
files[] = tests/ctools.test
files[] = tests/math_expression.test
files[] = tests/math_expression_stack.test
files[] = tests/object_cache.test
files[] = tests/object_cache_unit.test
files[] = tests/page_tokens.test
; Information added by Drupal.org packaging script on 2020-10-23
2020-10-29 11:22:27 +01:00
version = "7.x-1.17"
2020-08-14 13:36:36 +02:00
core = "7.x"
project = "ctools"
2020-10-29 11:22:27 +01:00
datestamp = "1603490551"