Fix for Bug338151
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.xml
CommitLineData
abfad0aa
FC
1<?xml version="1.0" encoding="UTF-8"?>\r
2<?eclipse version="3.4"?>\r
3<plugin>\r
4 <extension-point id="org.eclipse.linuxtools.tmf.ui.parserProviders" name="Parser Providers" schema="schema/org.eclipse.linuxtools.tmf.ui.parserprovider.exsd"/>\r
5 <extension\r
6 point="org.eclipse.ui.views">\r
7 <category\r
8 id="org.eclipse.linuxtools.tmf.ui.views.category"\r
b9763f53 9 name="%views.category.name">\r
abfad0aa
FC
10 </category>\r
11 <view\r
12 allowMultiple="false"\r
13 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
14 class="org.eclipse.linuxtools.tmf.ui.views.project.ProjectView"\r
db36aadd 15 icon="icons/eview16/project_view.gif"\r
abfad0aa 16 id="org.eclipse.linuxtools.tmf.ui.views.project"\r
b9763f53 17 name="%project.view.name"\r
abfad0aa
FC
18 restorable="true">\r
19 </view>\r
20 <view\r
21 allowMultiple="false"\r
22 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
23 class="org.eclipse.linuxtools.tmf.ui.views.TmfEventsView"\r
db36aadd 24 icon="icons/eview16/events_view.gif"\r
abfad0aa 25 id="org.eclipse.linuxtools.tmf.ui.views.events"\r
b9763f53 26 name="%events.view.name"\r
abfad0aa
FC
27 restorable="true">\r
28 </view>\r
ce62370f
FC
29 <view\r
30 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
31 class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView"\r
32 icon="icons/eview16/timechart_view.gif"\r
33 id="org.eclipse.linuxtools.tmf.ui.views.timechart"\r
34 name="%timechart.view.name"\r
35 restorable="true">\r
36 </view>\r
ca13a91c
FC
37 <view\r
38 allowMultiple="false"\r
39 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
40 class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView"\r
41 icon="icons/eview16/colors_view.gif"\r
42 id="org.eclipse.linuxtools.tmf.ui.views.colors"\r
43 name="%colors.view.name"\r
44 restorable="true">\r
45 </view> \r
90e2b925
FC
46 <view\r
47 allowMultiple="false"\r
48 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
49 class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView"\r
50 icon="icons/eview16/filters_view.gif"\r
51 id="org.eclipse.linuxtools.tmf.ui.views.filter"\r
52 name="%filters.view.name"\r
53 restorable="true">\r
54 </view>\r
abfad0aa
FC
55 </extension>\r
56 <extension\r
57 point="org.eclipse.ui.editors">\r
58 <editor\r
59 class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"\r
60 default="false"\r
db36aadd 61 icon="icons/eview16/events_view.gif"\r
abfad0aa 62 id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
b9763f53 63 name="%events.editor.name">\r
abfad0aa
FC
64 <contentTypeBinding\r
65 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
66 </contentTypeBinding>\r
67 </editor>\r
68 </extension>\r
69 <extension\r
abfad0aa
FC
70 point="org.eclipse.ui.newWizards">\r
71 <category\r
72 id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
b9763f53 73 name="%wizard.category.name">\r
abfad0aa
FC
74 </category>\r
75 <wizard\r
76 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
77 class="org.eclipse.linuxtools.tmf.ui.views.project.dialogs.NewProjectWizard"\r
78 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
b9763f53 79 name="%project.new.wizard.name"\r
abfad0aa
FC
80 project="true">\r
81 <description>\r
b9763f53
FC
82 %project.new.wizard.description\r
83 \r
abfad0aa
FC
84 </description>\r
85 </wizard>\r
911ee550
FC
86 <wizard\r
87 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
88 class="org.eclipse.linuxtools.tmf.ui.wizards.CustomTxtParserWizard"\r
db36aadd 89 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 90 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
b9763f53 91 name="%project.new.wizard.custom.text.parser">\r
911ee550
FC
92 </wizard>\r
93 <wizard\r
94 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
95 class="org.eclipse.linuxtools.tmf.ui.wizards.CustomXmlParserWizard"\r
db36aadd 96 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 97 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
b9763f53 98 name="%project.new.wizard.custom.xml.parser">\r
911ee550 99 </wizard>\r
abfad0aa
FC
100 </extension>\r
101 <extension\r
b9763f53 102 id="org.eclipse.linuxtools.tmf.project.nature"\r
abfad0aa
FC
103 point="org.eclipse.core.resources.natures">\r
104 <runtime>\r
105 <run\r
106 class="org.eclipse.linuxtools.tmf.ui.views.project.TmfProjectNature">\r
107 </run>\r
108 </runtime>\r
109 </extension>\r
110 <extension\r
abfad0aa
FC
111 point="org.eclipse.ui.actionSets">\r
112 <actionSet\r
b9763f53 113 description="%action.set.description"\r
abfad0aa 114 id="org.eclipse.linuxtools.tmf.ui.actionSet"\r
b9763f53 115 label="%action.set.label"\r
abfad0aa
FC
116 visible="true">\r
117 </actionSet>\r
118 </extension>\r
119 <extension\r
abfad0aa
FC
120 point="org.eclipse.ui.commands">\r
121 <category\r
b9763f53 122 description="%commands.project.category.description"\r
abfad0aa 123 id="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 124 name="%commands.project.category.name">\r
abfad0aa
FC
125 </category>\r
126 <command\r
127 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 128 description="%commands.project.new.description"\r
abfad0aa 129 id="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
b9763f53 130 name="%commands.project.new">\r
abfad0aa
FC
131 </command>\r
132 <command\r
133 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 134 description="%commands.project.open.description"\r
abfad0aa 135 id="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
b9763f53 136 name="%commands.project.open">\r
abfad0aa
FC
137 </command>\r
138 <command\r
139 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 140 description="%commands.project.close.description"\r
abfad0aa 141 id="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
b9763f53 142 name="%commands.project.close">\r
abfad0aa
FC
143 </command>\r
144 <command\r
145 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 146 description="%commands.project.rename.description"\r
abfad0aa 147 id="org.eclipse.linuxtools.tmf.ui.command.project.rename"\r
b9763f53 148 name="%commands.project.rename">\r
abfad0aa
FC
149 </command>\r
150 <command\r
151 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53 152 description="%commands.project.delete.description"\r
abfad0aa 153 id="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
b9763f53 154 name="%commands.project.delete">\r
abfad0aa
FC
155 </command>\r
156 <command\r
157 categoryId="org.eclipse.linuxtools.tmf.ui.commands.project.category"\r
b9763f53
FC
158 description="%commands.project.refresh.description"\r
159 id="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
160 name="%commands.project.refresh">\r
161 </command>\r
162 <category\r
163 description="%commands.trace.category.description"\r
164 id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
165 name="%commands.trace.category.name">\r
166 </category>\r
167 <command\r
168 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
169 description="%commands.trace.import.description"\r
abfad0aa 170 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
b9763f53 171 name="%commands.trace.import">\r
abfad0aa
FC
172 </command>\r
173 <command\r
b9763f53
FC
174 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
175 description="%commands.trace.open.description"\r
abfad0aa 176 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
b9763f53 177 name="%commands.trace.open">\r
abfad0aa
FC
178 </command>\r
179 <command\r
b9763f53
FC
180 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
181 description="%commands.trace.rename.description"\r
182 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
183 name="%commands.trace.rename">\r
184 </command>\r
185 <command\r
186 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
187 description="%commands.trace.selectparser.description"\r
abfad0aa 188 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser"\r
b9763f53 189 name="%commands.trace.selectparser">\r
abfad0aa
FC
190 <commandParameter\r
191 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.selectparser.parser"\r
b9763f53 192 name="%commands.trace.selectparser.parser"\r
abfad0aa
FC
193 optional="false">\r
194 </commandParameter>\r
195 </command>\r
196 <command\r
b9763f53
FC
197 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
198 description="%commands.trace.delete.description"\r
abfad0aa 199 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
b9763f53 200 name="%commands.trace.delete">\r
abfad0aa 201 </command>\r
b9763f53
FC
202 <category\r
203 description="%commands.experiment.category.description"\r
204 id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
205 name="%commands.experiment.category.name">\r
206 </category>\r
abfad0aa 207 <command\r
b9763f53
FC
208 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
209 description="%commands.experiment.new.description"\r
abfad0aa 210 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
b9763f53 211 name="%commands.experiment.new">\r
abfad0aa
FC
212 </command>\r
213 <command\r
b9763f53
FC
214 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
215 description="%commands.experiment.selecttraces.description"\r
abfad0aa 216 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
b9763f53 217 name="%commands.experiment.selecttraces">\r
abfad0aa
FC
218 </command>\r
219 <command\r
b9763f53
FC
220 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
221 description="%commands.experiment.open.description"\r
abfad0aa 222 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
b9763f53 223 name="%commands.experiment.open">\r
abfad0aa
FC
224 </command>\r
225 <command\r
b9763f53
FC
226 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
227 description="%commands.experiment.rename.description"\r
abfad0aa 228 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
b9763f53 229 name="%commands.experiment.rename">\r
abfad0aa
FC
230 </command>\r
231 <command\r
b9763f53
FC
232 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
233 description="%commands.experiment.delete.description"\r
abfad0aa 234 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
b9763f53 235 name="%commands.experiment.delete">\r
abfad0aa 236 </command>\r
b9763f53
FC
237 <category\r
238 description="%commands.parser.category.description"\r
239 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
240 name="%commands.parser.category.name">\r
241 </category>\r
911ee550 242 <command\r
b9763f53
FC
243 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
244 description="%commands.parser.manage.description"\r
911ee550 245 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
b9763f53 246 name="%commands.parser.manage">\r
911ee550 247 </command>\r
abfad0aa
FC
248 </extension>\r
249 <extension\r
abfad0aa
FC
250 point="org.eclipse.ui.menus">\r
251 <menuContribution\r
252 locationURI="popup:org.eclipse.linuxtools.tmf.ui.views.project?after=additions">\r
253 <command\r
254 commandId="org.eclipse.linuxtools.tmf.ui.command.project.new"\r
255 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.new"\r
b9763f53 256 label="%commands.project.new"\r
abfad0aa
FC
257 style="push">\r
258 </command>\r
259 <command\r
260 commandId="org.eclipse.linuxtools.tmf.ui.command.project.open"\r
261 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.open"\r
b9763f53 262 label="%commands.project.open"\r
abfad0aa
FC
263 style="push">\r
264 </command>\r
265 <command\r
266 commandId="org.eclipse.linuxtools.tmf.ui.command.project.close"\r
267 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.close"\r
b9763f53 268 label="%commands.project.close"\r
abfad0aa
FC
269 style="push">\r
270 </command>\r
271 <command\r
272 commandId="org.eclipse.linuxtools.tmf.ui.command.project.delete"\r
273 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.delete"\r
b9763f53 274 label="%commands.project.delete"\r
abfad0aa
FC
275 style="push">\r
276 </command>\r
277 <separator\r
278 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator1"\r
279 visible="true">\r
280 </separator>\r
281 <command\r
282 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new"\r
283 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.new"\r
b9763f53 284 label="%commands.experiment.new"\r
abfad0aa
FC
285 style="push">\r
286 </command>\r
287 <command\r
288 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
289 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.select"\r
b9763f53 290 label="%commands.experiment.selecttraces"\r
abfad0aa
FC
291 style="push">\r
292 </command>\r
293 <command\r
294 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
295 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.open"\r
b9763f53 296 label="%commands.experiment.open"\r
abfad0aa
FC
297 style="push">\r
298 </command>\r
299 <command\r
300 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
301 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.experiment.delete"\r
b9763f53 302 label="%commands.experiment.delete"\r
abfad0aa
FC
303 style="push">\r
304 </command>\r
305 <separator\r
306 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator2"\r
307 visible="true">\r
308 </separator>\r
309 <command\r
310 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
311 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.import"\r
b9763f53 312 label="%commands.trace.import"\r
abfad0aa
FC
313 style="push">\r
314 </command>\r
315 <command\r
316 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
317 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.open"\r
b9763f53 318 label="%commands.trace.open"\r
abfad0aa
FC
319 style="push">\r
320 </command>\r
321 <menu\r
322 id="org.eclipse.linuxtools.tmf.ui.menu.project.trace.selectparser"\r
b9763f53 323 label="%commands.trace.selectparser">\r
abfad0aa
FC
324 <dynamic\r
325 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectParserContributionItem"\r
326 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser.dynamic">\r
327 </dynamic>\r
328 </menu>\r
329 <command\r
330 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
331 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.trace.delete"\r
b9763f53 332 label="%commands.trace.delete"\r
abfad0aa
FC
333 style="push">\r
334 </command>\r
335 <separator\r
336 name="org.eclipse.linuxtools.tmf.ui.menu.popup.project.separator3"\r
337 visible="true">\r
338 </separator>\r
339 <command\r
340 commandId="org.eclipse.linuxtools.tmf.ui.command.project.refresh"\r
341 id="org.eclipse.linuxtools.tmf.ui.menu.popup.project.refresh"\r
b9763f53 342 label="%commands.project.refresh"\r
abfad0aa
FC
343 style="push">\r
344 </command>\r
345 </menuContribution>\r
911ee550
FC
346 <menuContribution\r
347 locationURI="menu:org.eclipse.linuxtools.tmf.ui.views.project">\r
348 <command\r
349 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
350 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"\r
351 style="push">\r
352 </command>\r
353 </menuContribution>\r
abfad0aa
FC
354 </extension>\r
355 <extension\r
abfad0aa
FC
356 point="org.eclipse.ui.handlers">\r
357 <handler\r
358 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.NewProjectHandler"\r
359 commandId="org.eclipse.linuxtools.tmf.ui.command.project.new">\r
360 </handler>\r
361 <handler\r
362 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenProjectHandler"\r
363 commandId="org.eclipse.linuxtools.tmf.ui.command.project.open">\r
364 </handler>\r
365 <handler\r
366 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.CloseProjectHandler"\r
367 commandId="org.eclipse.linuxtools.tmf.ui.command.project.close">\r
368 </handler>\r
369 <handler\r
370 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameProjectHandler"\r
371 commandId="org.eclipse.linuxtools.tmf.ui.command.project.rename">\r
372 </handler>\r
373 <handler\r
374 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteProjectHandler"\r
375 commandId="org.eclipse.linuxtools.tmf.ui.command.project.delete">\r
376 </handler>\r
377 <handler\r
378 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.ImportTraceHandler"\r
379 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import">\r
380 </handler>\r
381 <handler\r
382 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenTraceHandler"\r
383 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open">\r
384 </handler>\r
385 <handler\r
386 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameTraceHandler"\r
387 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename">\r
388 </handler>\r
389 <handler\r
390 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteTraceHandler"\r
391 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete">\r
392 </handler>\r
393 <handler\r
394 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.NewExperimentHandler"\r
395 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.new">\r
396 </handler>\r
397 <handler\r
398 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectTracesHandler"\r
399 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select">\r
400 </handler>\r
401 <handler\r
402 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.OpenExperimentHandler"\r
403 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open">\r
404 </handler>\r
405 <handler\r
406 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RenameExperimentHandler"\r
407 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename">\r
408 </handler>\r
409 <handler\r
410 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.DeleteExperimentHandler"\r
411 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete">\r
412 </handler>\r
413 <handler\r
414 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.RefreshHandler"\r
415 commandId="org.eclipse.linuxtools.tmf.ui.command.project.refresh">\r
416 </handler>\r
417 <handler\r
418 class="org.eclipse.linuxtools.tmf.ui.views.project.handlers.SelectParserHandler"\r
419 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser">\r
420 </handler>\r
911ee550
FC
421 <handler\r
422 class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler"\r
423 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">\r
424 </handler>\r
abfad0aa
FC
425 </extension>\r
426 <extension\r
427 point="org.eclipse.core.runtime.preferences">\r
428 <initializer\r
429 class="org.eclipse.linuxtools.tmf.ui.TmfUiPreferenceInitializer">\r
430 </initializer>\r
431 </extension>\r
432 <extension\r
433 point="org.eclipse.core.contenttype.contentTypes">\r
434 <content-type\r
abfad0aa 435 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
b9763f53 436 name="%contenttype.trace"\r
abfad0aa
FC
437 priority="normal">\r
438 </content-type>\r
439 </extension>\r
911ee550
FC
440 <extension\r
441 point="org.eclipse.linuxtools.tmf.ui.parserProviders">\r
442 <parserProvider\r
443 class="org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomParserProvider">\r
444 </parserProvider>\r
445 </extension>\r
abfad0aa
FC
446\r
447</plugin>\r
This page took 0.047096 seconds and 5 git commands to generate.