-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
30 lines (30 loc) · 748 Bytes
/
Copy pathplugin.xml
File metadata and controls
30 lines (30 loc) · 748 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<plugin>
<name>
<lang name="default">Testomania</lang>
</name>
<author>
<lang name="default">pshentsoff</lang>
</author>
<homepage>http://pshentsoff.ru</homepage>
<version>1.1.7</version>
<requires>
<livestreet>1.x</livestreet>
<plugins>
</plugins>
<system>
<php>5.3</php>
</system>
</requires>
<description>
<lang name="default">Tests management tool</lang>
<lang name="russian">Инструмент для управления тестами</lang>
</description>
<settings>{testomania}</settings>
<delegate>
<module></module>
<action></action>
<template></template>
<entity></entity>
</delegate>
</plugin>