1
|
name = Views Data Export
|
2
|
description = "Plugin to export views data into various file formats"
|
3
|
|
4
|
package = Views
|
5
|
core = 7.x
|
6
|
|
7
|
dependencies[] = views
|
8
|
|
9
|
; Plugins
|
10
|
files[] = plugins/views_data_export_plugin_display_export.inc
|
11
|
files[] = plugins/views_data_export_plugin_style_export.inc
|
12
|
files[] = plugins/views_data_export_plugin_style_export_csv.inc
|
13
|
files[] = plugins/views_data_export_plugin_style_export_xml.inc
|
14
|
|
15
|
; Tests
|
16
|
files[] = "tests/base.test"
|
17
|
files[] = "tests/access.test"
|
18
|
files[] = "tests/garbagecollection.test"
|
19
|
files[] = "tests/csv_export.test"
|
20
|
files[] = "tests/doc_export.test"
|
21
|
files[] = "tests/txt_export.test"
|
22
|
files[] = "tests/xls_export.test"
|
23
|
files[] = "tests/xml_export.test"
|
24
|
|
25
|
; Information added by Drupal.org packaging script on 2016-09-20
|
26
|
version = "7.x-3.1"
|
27
|
core = "7.x"
|
28
|
project = "views_data_export"
|
29
|
datestamp = "1474360174"
|
30
|
|