Subversion Repositories oidplus

Rev

Rev 411 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 411 Rev 454
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.5.6"
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.6.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.5.6 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_database.xsd">
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.6.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_database.xsd">
6
 
6
 
7
        <type>OIDplusDatabasePlugin</type>
7
        <type>OIDplusDatabasePlugin</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>MySQLi</name>
10
                <name>MySQLi</name>
Line 16... Line 16...
16
 
16
 
17
        <php>
17
        <php>
18
                <mainclass>OIDplusDatabasePluginMySQLi</mainclass>
18
                <mainclass>OIDplusDatabasePluginMySQLi</mainclass>
19
        </php>
19
        </php>
20
 
20
 
-
 
21
        <cssSetup>
-
 
22
        </cssSetup>
-
 
23
 
21
        <jsSetup>
24
        <jsSetup>
22
                <file>OIDplusDatabasePluginMySQLiSetup.js</file>
25
                <file>OIDplusDatabasePluginMySQLiSetup.js</file>
23
        </jsSetup>
26
        </jsSetup>
24
 
27
 
25
        <cssSetup>
-
 
26
        </cssSetup>
-
 
27
 
-
 
28
</manifest>
28
</manifest>
29
29