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>OIDplusPagePluginPublic</type>
7
        <type>OIDplusPagePluginPublic</type>
5
 
8
 
6
        <info>
9
        <info>
7
                <name>Objects</name>
10
                <name>Objects</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.1.0</oid>
14
                <oid>1.3.6.1.4.1.37476.2.5.2.4.1.0</oid>
12
        </info>
15
        </info>
13
 
16
 
14
        <php>
17
        <php>
15
                <mainclass>OIDplusPagePublicObjects</mainclass>
18
                <mainclass>OIDplusPagePublicObjects</mainclass>
16
        </php>
19
        </php>
17
 
20
 
18
        <css>
21
        <css>
19
        </css>
22
        </css>
20
 
23
 
21
        <js>
24
        <js>
22
                <file>script.js</file>
25
                <file>script.js</file>
23
        </js>
26
        </js>
24
       
27
       
25
</manifest>
28
</manifest>
26
 
29