Subversion Repositories oidplus

Rev

Rev 308 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 308 Rev 386
1
<?xml version="1.0"?>
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.2"
-
 
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.2 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin.xsd">
3
 
6
 
4
        <type>OIDplusSqlSlangPlugin</type>
7
        <type>OIDplusSqlSlangPlugin</type>
5
 
8
 
6
        <info>
9
        <info>
7
                <name>PostgreSQL SQL dialect</name>
10
                <name>PostgreSQL SQL dialect</name>
8
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
9
                <version />
12
                <version />
10
                <descriptionHTML />
13
                <descriptionHTML />
11
                <oid>1.3.6.1.4.1.37476.2.5.2.4.6.3</oid>
14
                <oid>1.3.6.1.4.1.37476.2.5.2.4.6.3</oid>
12
        </info>
15
        </info>
13
 
16
 
14
        <php>
17
        <php>
15
                <mainclass>OIDplusSqlSlangPluginPgSQL</mainclass>
18
                <mainclass>OIDplusSqlSlangPluginPgSQL</mainclass>
16
        </php>
19
        </php>
17
       
20
       
18
</manifest>
21
</manifest>
19
 
22