Subversion Repositories oidplus

Rev

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

Rev 828 Rev 1050
Line 2... Line 2...
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.6.1"
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.6.1 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>ViaThinkSoft\OIDplus\OIDplusDatabasePlugin</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>SQLite3</name>
10
                <name>SQLite3</name>
11
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
12
                <license>Apache 2.0</license>
Line 14... Line 14...
14
                <descriptionHTML />
14
                <descriptionHTML />
15
                <oid>1.3.6.1.4.1.37476.2.5.2.4.5.5</oid>
15
                <oid>1.3.6.1.4.1.37476.2.5.2.4.5.5</oid>
16
        </info>
16
        </info>
17
 
17
 
18
        <php>
18
        <php>
19
                <mainclass>OIDplusDatabasePluginSQLite3</mainclass>
19
                <mainclass>ViaThinkSoft\OIDplus\OIDplusDatabasePluginSQLite3</mainclass>
20
        </php>
20
        </php>
21
       
21
       
22
        <cssSetup>
22
        <cssSetup>
23
        </cssSetup>
23
        </cssSetup>
24
 
24