Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_data_export / views_data_export.info @ db9ffd17

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
files[] = views_data_export.module
8
dependencies[] = views
9

    
10
; Plugins
11
files[] = plugins/views_data_export_plugin_display_export.inc
12
files[] = plugins/views_data_export_plugin_style_export.inc
13
files[] = plugins/views_data_export_plugin_style_export_csv.inc
14
files[] = plugins/views_data_export_plugin_style_export_xml.inc
15

    
16
; Tests
17
files[] = "tests/base.test"
18
files[] = "tests/csv_export.test"
19
files[] = "tests/doc_export.test"
20
files[] = "tests/txt_export.test"
21
files[] = "tests/xls_export.test"
22
files[] = "tests/xml_export.test"
23

    
24
; Information added by Drupal.org packaging script on 2013-12-12
25
version = "7.x-3.0-beta7"
26
core = "7.x"
27
project = "views_data_export"
28
datestamp = "1386882544"
29