Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_data_export / views_data_export.info @ 87dbc3bf

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/csv_export.test"
18
files[] = "tests/doc_export.test"
19
files[] = "tests/txt_export.test"
20
files[] = "tests/xls_export.test"
21
files[] = "tests/xml_export.test"
22

    
23
; Information added by Drupal.org packaging script on 2014-08-27
24
version = "7.x-3.0-beta8"
25
core = "7.x"
26
project = "views_data_export"
27
datestamp = "1409118835"
28