]> git.pld-linux.org Git - packages/php-pear-PHP_Beautifier.git/blob - php-pear-PHP_Beautifier-path_fix.patch
- BR php-pear-PEAR
[packages/php-pear-PHP_Beautifier.git] / php-pear-PHP_Beautifier-path_fix.patch
1 --- ./PHP/Beautifier.php~       2005-10-06 21:08:51.000000000 +0300
2 +++ ./PHP/Beautifier.php        2005-10-06 21:13:02.000000000 +0300
3 @@ -27,15 +27,15 @@
4  /**
5  * Require PHP_Beautifier_Filter
6  */
7 -include_once ('Beautifier/Filter.php');
8 +include_once ('PHP/Beautifier/Filter.php');
9  /**
10  * Require PHP_Beautifier_Filter_Default
11  */
12 -include_once ('Beautifier/Filter/Default.filter.php');
13 +include_once ('PHP/Beautifier/Filter/Default.filter.php');
14  /**
15  * Require PHP_Beautifier_Common
16  */
17 -include_once ('Beautifier/Common.php');
18 +include_once ('PHP/Beautifier/Common.php');
19  /**
20  * Require Log
21  */
22 @@ -43,11 +43,11 @@
23  /**
24  * Require Exceptions
25  */
26 -include_once ('Beautifier/Exception.php');
27 +include_once ('PHP/Beautifier/Exception.php');
28  /**
29  * Require StreamWrapper
30  */
31 -include_once ('Beautifier/StreamWrapper.php');
32 +include_once ('PHP/Beautifier/StreamWrapper.php');
33  /**
34  * PHP_Beautifier
35  *
36 --- ./PHP/Beautifier/StreamWrapper.php~ 2005-10-06 21:14:23.000000000 +0300
37 +++ ./PHP/Beautifier/StreamWrapper.php  2005-10-06 21:14:50.000000000 +0300
38 @@ -49,5 +49,5 @@
39      function dir_rewinddir();
40      function dir_closedir();
41  }
42 -require_once ('StreamWrapper/Tarz.php');
43 -?>
44 \ No newline at end of file
45 +require_once ('PHP/Beautifier/StreamWrapper/Tarz.php');
46 +?>
47 --- ./PHP/Beautifier/Batch.php~ 2005-10-06 21:15:56.000000000 +0300
48 +++ ./PHP/Beautifier/Batch.php  2005-10-06 21:16:39.000000000 +0300
49 @@ -23,11 +23,11 @@
50  /**
51  * Require PHP_Beautifier_Decorator
52  */
53 -require_once ('Decorator.php');
54 +require_once ('PHP/Beautifier/Decorator.php');
55  /**
56  * Require PHP_Beautifier_Batch_Output
57  */
58 -require_once ('Batch/Output.php');
59 +require_once ('PHP/Beautifier/Batch/Output.php');
60  // ArrayNested->off();
61  // ArrayNested->on();
62  
63 --- ./PHP/Beautifier/Batch/Output/FilesGz.php~  2005-10-06 21:36:42.000000000 +0300
64 +++ ./PHP/Beautifier/Batch/Output/FilesGz.php   2005-10-06 21:37:17.000000000 +0300
65 @@ -23,7 +23,7 @@
66  /**
67  * Include PHP_Beautifier_Batch_FilesGz
68  */
69 -require_once 'FilesTar.php';
70 +require_once 'PHP/Beautifier/Batch/Output/FilesTar.php';
71  /**
72  * Handle the batch process for one/multiple php files to one tar gzip file
73  *
74 --- ../PHP/Beautifier/Batch/Output/FilesBz2.php~        2005-10-06 21:38:09.000000000 +0300
75 +++ ../PHP/Beautifier/Batch/Output/FilesBz2.php 2005-10-06 21:38:30.000000000 +0300
76 @@ -23,7 +23,7 @@
77  /**
78  * Include PHP_Beautifier_Batch_FilesGz
79  */
80 -require_once 'FilesTar.php';
81 +require_once 'PHP/Beautifier/Batch/Output/FilesTar.php';
82  /**
83  * Handle the batch process for one/multiple php files to one tar bzip2 file
84  *
85 --- ../PHP/Beautifier/Batch/Output/DirectoryGz.php~     2005-10-06 21:38:55.000000000 +0300
86 +++ ../PHP/Beautifier/Batch/Output/DirectoryGz.php      2005-10-06 21:39:10.000000000 +0300
87 @@ -23,7 +23,7 @@
88  /**
89  * Include PHP_Beautifier_Batch_DirectoryTar
90  */
91 -require_once ('DirectoryTar.php');
92 +require_once ('PHP/Beautifier/Batch/Output/DirectoryTar.php');
93  /**
94  * PHP_Beautifier_Batch_FilesGz
95  *
96 --- ../PHP/Beautifier/Batch/Output/DirectoryBz2.php~    2005-10-06 21:39:31.000000000 +0300
97 +++ ../PHP/Beautifier/Batch/Output/DirectoryBz2.php     2005-10-06 21:39:44.000000000 +0300
98 @@ -23,7 +23,7 @@
99  /**
100  * Include PHP_Beautifier_Batch_DirectoryTar
101  */
102 -require_once ('DirectoryTar.php');
103 +require_once ('PHP/Beautifier/Batch/Output/DirectoryTar.php');
104  /**
105  * PHP_Beautifier_Batch_FilesGz
106  *
This page took 0.043302 seconds and 3 git commands to generate.