1
|
name = Libraries
|
2
|
description = Allows version-dependent and shared usage of external libraries.
|
3
|
core = 7.x
|
4
|
; We use hook_system_theme_info() which was added in Drupal 7.11
|
5
|
dependencies[] = system (>=7.11)
|
6
|
files[] = tests/LibrariesAdminWebTest.test
|
7
|
files[] = tests/LibrariesLoadWebTest.test
|
8
|
files[] = tests/LibrariesUnitTest.test
|
9
|
files[] = tests/LibrariesWebTestBase.test
|
10
|
|
11
|
; Information added by Drupal.org packaging script on 2016-05-12
|
12
|
version = "7.x-2.3"
|
13
|
core = "7.x"
|
14
|
project = "libraries"
|
15
|
datestamp = "1463077450"
|
16
|
|