Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
class bug_772441 {
3
 
4
    /**
5
     * @access private
6
     * @var string
7
     */
8
    var $_options = array(
9
                      'packagefile' => 'package.xml',
10
                      'doctype' => 'http://pear.php.net/dtd/package-1.0',
11
                      'filelistgenerator' => 'file',
12
                      'license' => 'PHP License',
13
                      'roles' =>
14
                        array(
15
            				'php' => 'php',
16
            				'html' => 'doc',
17
            				'*' => 'data',
18
                             ),
19
                      'dir_roles' =>
20
                        array(
21
        					'docs' => 'doc',
22
        					'examples' => 'doc',
23
        					'tests' => 'tests',
24
                             ),
25
                      'exceptions' => array(),
26
                      'installexceptions' => array(),
27
                      'ignore' => array(),
28
                      'deps' => false,
29
                      'maintainers' => false,
30
                      'notes' => '',
31
                      'changelognotes' => false,
32
                      'outputdirectory' => false,
33
                      'pathtopackagefile' => false,
34
                      'lang' => 'en',
35
                      'configure_options' => array(),
36
                      );
37
}
38
?>