-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
132 lines (132 loc) · 5.33 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0"?>
<package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Padawan</name>
<channel>pear.art-core.org</channel>
<summary>PADAWAN - PHP AST-based Detection of Antipatterns, Workarounds And general Nuisances</summary>
<description>Padawan checks php code for code smells that indicate sloppy code, common mistakes and programming antipatterns.</description>
<lead>
<name>Florian Anderiasch</name>
<user>fa</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2009-11-16</date>
<version>
<release>0.4.3</release>
<api>0.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>BSD</license>
<notes>
beta release
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="Padawan">
<file name="padawan.php" role="php" />
<file name="padawan.config.php" role="php" />
<file name="LICENSE" role="doc" />
<file name="README" role="doc" />
<file name="README.cruise" role="doc" />
<dir name="classes">
<file name="Padawan_Base.php" role="php" />
<file name="Padawan_Console.php" role="php" />
<file name="Padawan_Creation.php" role="php" />
<file name="Padawan_Parser.php" role="php" />
<file name="Padawan_Profiler.php" role="php" />
</dir> <!-- /Padawan/classes -->
<dir name="assets">
<dir name="cruise">
<file name="buildresults.xsl.patch" role="doc" />
<file name="config.xml.patch" role="doc" />
<file name="main.jsp.patch" role="doc" />
<dir name="webapps">
<dir name="cruisecontrol">
<dir name="xsl">
<file name="padawan_details.xsl" role="doc" />
<file name="padawan_short.xsl" role="doc" />
</dir> <!-- /Padawan/assets/cruise/webapps/cruisecontrol/xsl -->
</dir> <!-- /Padawan/assets/cruise/webapps/cruisecontrol -->
</dir> <!-- /Padawan/assets/cruise/webapps -->
</dir> <!-- /Padawan/assets/cruise -->
</dir> <!-- /Padawan/assets -->
<dir name="tests">
<file name="AllTests.php" role="test" />
<file name="Padawan_BaseTest.php" role="test" />
<file name="Padawan_ProfilerTest.php" role="test" />
<file name="Padawan_ParserTest.php" role="test" />
<file name="Padawan_CreationTest.php" role="test" />
<file name="Padawan_PatternTest.php" role="test" />
<file name="Padawan_ConsoleTest.php" role="test" />
<dir name="patterns">
<file name="Include_ok.php" role="test" />
<file name="OrExpression_ok.php" role="test" />
<file name="UnconditionalIf_ok.php" role="test" />
<file name="IncludeCat.php" role="test" />
<file name="LongVariable.php" role="test" />
<file name="LongVariable_ok.php" role="test" />
<file name="This_ok.php" role="test" />
<file name="IncludeCat_ok.php" role="test" />
<file name="EmptyCatch.php" role="test" />
<file name="ForeachKey.php" role="test" />
<file name="IfOrder_ok.php" role="test" />
<file name="DefineVar.php" role="test" />
<file name="Include.php" role="test" />
<file name="DefineVar_ok.php" role="test" />
<file name="Upload.php" role="test" />
<file name="This.php" role="test" />
<file name="OrExpression.php" role="test" />
<file name="UnsetThis_ok.php" role="test" />
<file name="EmptyIf.php" role="test" />
<file name="ShortVariable_ok.php" role="test" />
<file name="EmptyTry_ok.php" role="test" />
<file name="Upload_ok.php" role="test" />
<file name="EvilFunctions.php" role="test" />
<file name="EmptyElse.php" role="test" />
<file name="ForeachKey_ok.php" role="test" />
<file name="ShortMethod_ok.php" role="test" />
<file name="SelectAll.php" role="test" />
<file name="EmptyElse_ok.php" role="test" />
<file name="UnsetThis.php" role="test" />
<file name="Typecast_ok.php" role="test" />
<file name="EmptyTry.php" role="test" />
<file name="SelectAll_ok.php" role="test" />
<file name="ShortVariable.php" role="test" />
<file name="EmptyCatch_ok.php" role="test" />
<file name="Typecast.php" role="test" />
<file name="EvilFunctions_ok.php" role="test" />
<file name="Loop.php" role="test" />
<file name="Loop_ok.php" role="test" />
<file name="UnconditionalIf.php" role="test" />
<file name="ShortMethod.php" role="test" />
<file name="IfOrder.php" role="test" />
</dir> <!-- /Padawan/tests/patterns -->
</dir> <!-- /Padawan/tests -->
</dir> <!-- /Padawan -->
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.2.2</min>
</php>
<pearinstaller>
<min>1.4</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<!-- <install name="Padawan/padawan.php" /> -->
</filelist>
</phprelease>
</package>